Software (please complete the following information):
- Operating system: Artix Linux 7.1.9
- NymVPN version: 2026.11.0 > 2026.12.1
Describe the bug
Unable to connect in "fast mode" after 2026.11.0, I verified this through vpnc, and turning off two-hop mode, (which uses mixed net) and it connects.
To Reproduce
Steps to reproduce the behavior:
- use "fast mode" or "VPNd"
- Click on connect
- Cycles through connection status to last phase, then disconnects
- Log reports:```
nym_http_api_client: attempting to parse response as application/json
2026-08-24T17:39:38.377608Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:parse_response: nym_http_api_client: close time.busy=16.6µs time.idle=1.08µs
2026-08-24T17:39:38.377613Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=128µs time.idle=101ms
2026-08-24T17:39:38.377616Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=134µs time.idle=101ms
2026-08-24T17:39:38.377619Z DEBUG version: nym_wireguard_private_metadata_client: close time.busy=140µs time.idle=101ms
2026-08-24T17:39:41.145589Z DEBUG nym_vpn_lib::service::vpn_service: Set target state Secured => Unsecured
2026-08-24T17:39:41.145626Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connecting_state: ConnectingState received command: Disconnect
2026-08-24T17:39:41.145634Z DEBUG nym_routing::imp::imp: Clearing routes
**Expected behavior**
VPNd should connect, it instead is switching to unsecured mode and disconnecting
**Screenshots**
I don't have any.
**Additional context**
Using Claude I've narrowed the issue down to this commit:
68b638072
This added a timeout I believe my system is running into. I've tried modifying the code locally, and got it to build increasing the timeouts to test it. Got the binary to compile, copied it to the appropriate directory and this is resulting in a new error. I don't know if it's related to increasing the timeout causing it to run into the actual issue or something else going on.
2026-08-26T17:09:35.462303Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, registering with gateways, try #0
2026-08-26T17:09:35.467205Z INFO nym_registration_client::clients::lp: Establishing outer session with entry gateway
2026-08-26T17:09:35.630302Z INFO nym_registration_client::clients::lp: Outer session with entry gateway established
2026-08-26T17:09:35.630317Z INFO nym_registration_client::clients::lp: Registering with exit gateway via entry forwarding
2026-08-26T17:09:36.208541Z INFO nym_registration_client::clients::lp: Exit gateway registration completed via forwarding
2026-08-26T17:09:36.208555Z INFO nym_registration_client::clients::lp: Registering with entry gateway
2026-08-26T17:09:36.508582Z INFO nym_registration_client::clients::lp: Entry gateway registration successful
2026-08-26T17:09:36.508596Z INFO nym_registration_client::clients::lp: LP registration successful for both gateways
2026-08-26T17:09:36.508647Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 195.35.9.142:41264
2026-08-26T17:09:36.508655Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 195.35.9.142:9000/TCP,195.35.9.142:9001/TCP,195.35.9.142:51822/UDP, Blocking LAN, interface: none. Allowing endpoints: 194.182.169.49:443/TCP,[2a04:c46:e00:6f28:4b3:68ff:fe00:460]:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,151.101.193.194:443/TCP,172.104.178.252:443/TCP,151.101.129.194:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,76.76.21.21:443/TCP,195.35.9.142:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:09:36.515303Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 195.35.9.142:51822 [Ca4bbfxVGtuGuiYvH7V5jSnj9Jp4VJa4Sznu2doZD5np] → 134.195.89.101:51822 [3hWtFJbVVPbZZ9iNZuSHPnShHG5AUiFpTPnvJmUibNp9], connecting tunnel, try #0
2026-08-26T17:09:36.517469Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created entry tun device: tun0
2026-08-26T17:09:36.519845Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created exit tun device: tun1
2026-08-26T17:09:36.524541Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 195.35.9.142:41264
2026-08-26T17:09:36.524564Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 195.35.9.142:9000/TCP,195.35.9.142:9001/TCP,195.35.9.142:51822/UDP over entry interface: tun0, ips: 10.1.99.137,fc01::6389, v4 gw: None, v6 gw: None, exit interface: tun1, ips: 10.1.185.237,fc01::b9ed, v4 gw: Some(10.1.99.137), v6 gw: Some(fc01::6389), allowed entry in-tunnel traffic: All, allowed exit in-tunnel traffic: All), Blocking LAN. Allowing endpoints: 194.182.169.49:443/TCP,[2a04:c46:e00:6f28:4b3:68ff:fe00:460]:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,151.101.193.194:443/TCP,172.104.178.252:443/TCP,151.101.129.194:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,76.76.21.21:443/TCP,195.35.9.142:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:09:36.525312Z ERROR nym_wg_go::wireguard_go: peer(R6FH…k3UU) - Failed to send handshake initiation: write udp 0.0.0.0:56463: sendmmsg: operation not permitted
2026-08-26T17:09:36.532377Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 195.35.9.142:51822 [Ca4bbfxVGtuGuiYvH7V5jSnj9Jp4VJa4Sznu2doZD5np] → 134.195.89.101:51822 [3hWtFJbVVPbZZ9iNZuSHPnShHG5AUiFpTPnvJmUibNp9], connecting tunnel, try #0
2026-08-26T17:09:37.597349Z INFO set_vpn_api_firewall_up: nym_vpn_account_controller::command_sender: close time.busy=3.26µs time.idle=14.3µs
2026-08-26T17:09:37.597376Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Cancelling tunnel monitor handle
2026-08-26T17:09:37.597396Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Disconnecting
I've since recopied 2026.10, and it immediately connects in fast mode.
2026-08-26T17:18:15.562371Z INFO set_vpn_api_firewall_down: nym_vpn_account_controller::command_sender: close time.busy=6.01µs time.idle=14.9µs
2026-08-26T17:18:15.562508Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, awaiting account readiness, try #0
2026-08-26T17:18:15.562518Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, refreshing gateways, try #0
2026-08-26T17:18:15.562521Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, selecting gateways, try #0
2026-08-26T17:18:15.562521Z DEBUG nym_gateway_directory::gateway_cache: Refreshing gateways: [MixnetEntry, MixnetExit, Wg]
2026-08-26T17:18:15.562524Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using entry public key: B4rwqkog2sFUM2dmKEHyUEhBTm3qXu57eADRsZxoXFVc
2026-08-26T17:18:15.562530Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using exit public key: 3aBfVkENyGZJtADAotoUJsJ3nU762s3VvPe9SoyTShnN
2026-08-26T17:18:15.562536Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using entry gateway: 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu, location: US, performance: 96%
2026-08-26T17:18:15.562541Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using exit gateway: HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q, location: FR, performance: 96%
2026-08-26T17:18:15.562553Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using exit router address 2vhPSsjUiEFeYn7A3p7NK54EcJRz2uqyHzuMs85YkTe3.BguW84ZyoKRtjdqZFjurEcE9u1Jsq2VMhfSRZmkdXaT9@HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q
2026-08-26T17:18:15.562558Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 151.241.113.87:41264
2026-08-26T17:18:15.562562Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP, Blocking LAN, interface: none. Allowing endpoints: 91.92.200.116:443/TCP,172.104.178.252:443/TCP,151.101.1.194:443/TCP,151.101.1.194:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,151.101.1.194:443/TCP,76.76.21.21:443/TCP,151.241.113.87:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:18:15.562597Z DEBUG nym_gateway_directory::gateway_cache: Refreshing gateway lists: [MixnetEntry, MixnetExit, Wg]
2026-08-26T17:18:15.562627Z DEBUG nym_gateway_directory::gateway_client: Fetching mixnet entry gateways from nym-vpn-api...
2026-08-26T17:18:15.562630Z DEBUG nym_gateway_directory::gateway_client: Fetching vpn gateways from nym-vpn-api...
2026-08-26T17:18:15.562632Z DEBUG nym_gateway_directory::gateway_client: Fetching mixnet exit gateways from nym-vpn-api...
2026-08-26T17:18:15.562651Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}:create_request{path=["public", "v1", "directory", "gateways", "exit"]}: nym_http_api_client: close time.busy=3.54µs time.idle=560ns
2026-08-26T17:18:15.562651Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}:create_request{path=["public", "v1", "directory", "gateways"]}: nym_http_api_client: close time.busy=7.50µs time.idle=831ns
2026-08-26T17:18:15.562654Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}:create_request{path=["public", "v1", "directory", "gateways", "entry"]}: nym_http_api_client: close time.busy=10.7µs time.idle=631ns
2026-08-26T17:18:15.562821Z DEBUG mnl::socket: Sending 55020 byte netlink message
2026-08-26T17:18:15.564115Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564120Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564123Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564125Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564127Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564129Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564132Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564134Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564136Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564138Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564140Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564142Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564145Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564147Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564149Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564151Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564156Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564158Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564160Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564162Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564164Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564166Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564168Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564174Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564176Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564178Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564180Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564182Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564184Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564187Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564188Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564191Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564193Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564195Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564197Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564199Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564201Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564203Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564205Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564207Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564209Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564211Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564213Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564215Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564217Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564219Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564221Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564222Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564224Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564226Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564229Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564230Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564233Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564235Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564237Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564239Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564241Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564243Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564244Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564246Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564248Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564250Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564252Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564254Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564256Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564258Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564260Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564264Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564265Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564268Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564270Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564271Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564273Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564275Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564277Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564279Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564281Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564283Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564285Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564287Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564289Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564291Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564293Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564295Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564297Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564299Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564301Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564303Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564305Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564307Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564309Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564311Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564313Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564315Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564317Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564319Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564321Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564323Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564324Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564326Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564328Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564331Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564333Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564334Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564336Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564338Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564340Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564342Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564344Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.571271Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:15.571298Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:15.571313Z DEBUG nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Mixnet client performance thresholds: min_mixnode=Some(50), min_gateway=Some(50)
2026-08-26T17:18:15.571321Z DEBUG nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Connecting to entry gateway: 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu
2026-08-26T17:18:15.571324Z DEBUG nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Connecting to exit gateway: HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q
2026-08-26T17:18:15.571329Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, registering with gateways, try #0
2026-08-26T17:18:15.571447Z DEBUG nym_registration_client::builder: Using LP for registration
2026-08-26T17:18:15.571451Z DEBUG nym_registration_client::builder::config: Using custom credential storage path: /var/lib/nym-vpnd/mainnet
2026-08-26T17:18:15.571461Z DEBUG nym_credential_storage::persistent_storage: Attempting to connect to database /var/lib/nym-vpnd/mainnet/credentials_database.db
2026-08-26T17:18:15.576012Z DEBUG nym_registration_client::clients::lp: Entry gateway LP address: 151.241.113.87:41264
2026-08-26T17:18:15.576018Z DEBUG nym_registration_client::clients::lp: Exit gateway LP address: 13.140.146.67:41264
2026-08-26T17:18:15.576115Z INFO nym_registration_client::clients::lp: Establishing outer session with entry gateway
2026-08-26T17:18:15.576119Z DEBUG nym_registration_client::lp_client::client: Starting LP handshake as initiator (persistent connection)
2026-08-26T17:18:15.576121Z DEBUG nym_registration_client::lp_client::client: Opening persistent connection to 151.241.113.87:41264
2026-08-26T17:18:15.627412Z DEBUG nym_registration_client::lp_client::client: Persistent connection established to 151.241.113.87:41264
2026-08-26T17:18:15.627528Z DEBUG nym_lp::psq::initiator: sending KKT request
2026-08-26T17:18:15.679500Z DEBUG nym_lp::psq::initiator: received KKT response
2026-08-26T17:18:15.679724Z DEBUG nym_lp::psq::initiator: sending PSQ handshake msg
2026-08-26T17:18:15.732307Z DEBUG nym_lp::psq::initiator: received PSQ handshake msg
2026-08-26T17:18:15.732441Z INFO nym_registration_client::clients::lp: Outer session with entry gateway established
2026-08-26T17:18:15.732444Z INFO nym_registration_client::clients::lp: Registering with exit gateway via entry forwarding
2026-08-26T17:18:15.732446Z DEBUG nym_registration_client::lp_client::nested_session: Starting nested LP handshake with exit gateway 13.140.146.67:41264
2026-08-26T17:18:15.732541Z DEBUG nym_lp::psq::initiator: sending KKT request
2026-08-26T17:18:15.732544Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (91 inner bytes, persistent connection)
2026-08-26T17:18:15.850975Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:15.855209Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}:parse_response: nym_http_api_client: close time.busy=10.0ms time.idle=202ms
2026-08-26T17:18:15.855219Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}: nym_http_api_client: close time.busy=10.1ms time.idle=282ms
2026-08-26T17:18:15.855222Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}: nym_http_api_client: close time.busy=10.2ms time.idle=282ms
2026-08-26T17:18:15.855224Z DEBUG nym_gateway_directory::gateway_client: VPN-API returned 432 raw gateways for MixnetExit
2026-08-26T17:18:15.864088Z DEBUG nym_gateway_directory::gateway_client: Successfully parsed 432 gateways for MixnetExit
2026-08-26T17:18:15.864110Z DEBUG nym_gateway_directory::gateway_cache: Refreshed gateways for MixnetExit
2026-08-26T17:18:15.866020Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:15.871085Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}:parse_response: nym_http_api_client: close time.busy=12.8ms time.idle=116ms
2026-08-26T17:18:15.871093Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}: nym_http_api_client: close time.busy=12.9ms time.idle=296ms
2026-08-26T17:18:15.871096Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}: nym_http_api_client: close time.busy=12.9ms time.idle=296ms
2026-08-26T17:18:15.871099Z DEBUG nym_gateway_directory::gateway_client: VPN-API returned 570 raw gateways for MixnetEntry
2026-08-26T17:18:15.882796Z DEBUG nym_gateway_directory::gateway_client: Successfully parsed 570 gateways for MixnetEntry
2026-08-26T17:18:15.882813Z DEBUG nym_gateway_directory::gateway_cache: Refreshed gateways for MixnetEntry
2026-08-26T17:18:15.895423Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:15.901651Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}:parse_response: nym_http_api_client: close time.busy=12.1ms time.idle=25.1ms
2026-08-26T17:18:15.901660Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}: nym_http_api_client: close time.busy=12.2ms time.idle=327ms
2026-08-26T17:18:15.901662Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}: nym_http_api_client: close time.busy=12.2ms time.idle=327ms
2026-08-26T17:18:15.901665Z DEBUG nym_gateway_directory::gateway_client: VPN-API returned 574 raw gateways for Wg
2026-08-26T17:18:15.913700Z DEBUG nym_gateway_directory::gateway_client: Successfully parsed 571 gateways for Wg
2026-08-26T17:18:15.913718Z DEBUG nym_gateway_directory::gateway_cache: Refreshed gateways for Wg
2026-08-26T17:18:15.914842Z DEBUG nym_gateway_directory::gateway_cache: Gateway cache returning 571 cached gateways for Wg
2026-08-26T17:18:15.917017Z DEBUG nym_gateway_directory::entries::gateway: Looking for entry gateway with minimum score: High
2026-08-26T17:18:15.917022Z DEBUG nym_gateway_directory::entries::gateway: Selecting entry gateway by country: US
2026-08-26T17:18:15.917634Z DEBUG nym_gateway_directory::entries::gateway: Looking for entry gateway with minimum score: High
2026-08-26T17:18:15.917637Z DEBUG nym_gateway_directory::entries::gateway: Selecting a random exit gateway
2026-08-26T17:18:15.957849Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (1207 bytes)
2026-08-26T17:18:15.957864Z DEBUG nym_lp::psq::initiator: received KKT response
2026-08-26T17:18:15.958095Z DEBUG nym_lp::psq::initiator: sending PSQ handshake msg
2026-08-26T17:18:15.958098Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (1247 inner bytes, persistent connection)
2026-08-26T17:18:16.105433Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (70 bytes)
2026-08-26T17:18:16.105444Z DEBUG nym_lp::psq::initiator: received PSQ handshake msg
2026-08-26T17:18:16.105574Z DEBUG nym_registration_client::lp_client::nested_session: completed nested handshake
2026-08-26T17:18:16.105576Z DEBUG nym_registration_client::lp_client::nested_session: Building registration request for exit gateway
2026-08-26T17:18:16.105580Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (84 bytes)
2026-08-26T17:18:16.105584Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (146 inner bytes, persistent connection)
2026-08-26T17:18:16.254150Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (60 bytes)
2026-08-26T17:18:16.254167Z DEBUG nym_registration_client::lp_client::nested_session: Acquiring bandwidth credential for registration
2026-08-26T17:18:16.295772Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (1244 bytes)
2026-08-26T17:18:16.295786Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (1306 inner bytes, persistent connection)
2026-08-26T17:18:16.583198Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (130 bytes)
2026-08-26T17:18:16.583221Z INFO nym_registration_client::clients::lp: Exit gateway registration completed via forwarding
2026-08-26T17:18:16.583223Z INFO nym_registration_client::clients::lp: Registering with entry gateway
2026-08-26T17:18:16.583226Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (84 bytes)
2026-08-26T17:18:16.637271Z DEBUG nym_registration_client::lp_client::client: Acquiring bandwidth credential for registration
2026-08-26T17:18:16.672019Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (1244 bytes)
2026-08-26T17:18:16.808064Z INFO nym_registration_client::clients::lp: Entry gateway registration successful
2026-08-26T17:18:16.808072Z INFO nym_registration_client::clients::lp: LP registration successful for both gateways
2026-08-26T17:18:16.808128Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 151.241.113.87:41264
2026-08-26T17:18:16.808132Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP,151.241.113.87:51822/UDP, Blocking LAN, interface: none. Allowing endpoints: 91.92.200.116:443/TCP,172.104.178.252:443/TCP,151.101.1.194:443/TCP,151.101.1.194:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,151.101.1.194:443/TCP,76.76.21.21:443/TCP,151.241.113.87:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:18:16.808364Z DEBUG mnl::socket: Sending 56612 byte netlink message
2026-08-26T17:18:16.809581Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809586Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809588Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809590Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809592Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809594Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809596Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809598Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809601Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809603Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809605Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809607Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809609Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809611Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809613Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809615Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809620Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809624Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809626Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809629Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809631Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809633Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809636Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809638Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809640Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809642Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809644Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809646Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809648Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809650Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809652Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809654Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809656Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809658Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809660Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809662Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809664Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809667Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809668Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809670Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809673Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809674Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809676Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809678Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809680Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809682Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809684Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809686Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809688Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809690Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809692Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809694Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809696Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809698Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809700Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809702Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809704Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809706Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809708Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809710Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809712Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809714Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809716Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809718Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809720Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809722Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809723Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809725Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809727Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809729Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809731Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809734Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809736Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809738Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809740Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809742Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809744Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809746Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809748Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809750Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809752Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809754Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809756Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809758Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809760Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809762Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809764Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809766Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809768Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809770Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809772Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809774Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809776Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809778Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809780Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809782Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809784Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809786Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809787Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809790Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809792Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809794Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809796Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809798Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809800Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809802Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809804Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809806Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809808Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809810Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809812Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809814Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.818319Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:16.818383Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:16.818402Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 151.241.113.87:51822 [5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu] → 13.140.146.67:51822 [HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q], connecting tunnel, try #0
2026-08-26T17:18:16.818436Z DEBUG nym_vpn_network_config::feature_flags: Getting feature flag: group=versions, flag=gatewayMetadataUpdate
2026-08-26T17:18:16.818454Z DEBUG nym_vpn_lib::bandwidth_controller: No authenticator client provided, using latest metadata client for 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu's bandwidth controller
2026-08-26T17:18:16.818462Z DEBUG nym_vpn_lib::bandwidth_controller: No authenticator client provided, using latest metadata client for HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q's bandwidth controller
2026-08-26T17:18:16.820449Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created entry tun device: tun0
2026-08-26T17:18:16.823857Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created exit tun device: tun1
2026-08-26T17:18:16.823994Z DEBUG nym_routing::imp::imp: Adding routes: {RequiredRoute { prefix: V6(Ipv6Network { addr: ::, prefix: 0 }), node: RealNode(Node { ip: None, device: Some("tun1") }), main_table: false, mtu: Some(1340) }, RequiredRoute { prefix: V4(Ipv4Network { addr: 13.140.146.67, prefix: 32 }), node: RealNode(Node { ip: None, device: Some("tun0") }), main_table: false, mtu: Some(1420) }, RequiredRoute { prefix: V4(Ipv4Network { addr: 10.1.0.1, prefix: 32 }), node: RealNode(Node { ip: None, device: Some("tun0") }), main_table: false, mtu: Some(1420) }, RequiredRoute { prefix: V4(Ipv4Network { addr: 0.0.0.0, prefix: 0 }), node: RealNode(Node { ip: None, device: Some("tun1") }), main_table: false, mtu: Some(1340) }}
2026-08-26T17:18:16.829336Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 151.241.113.87:41264
2026-08-26T17:18:16.829353Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP,151.241.113.87:51822/UDP over entry interface: tun0, ips: 10.1.33.43,fc01::212b, v4 gw: None, v6 gw: None, exit interface: tun1, ips: 10.1.32.223,fc01::20df, v4 gw: Some(10.1.33.43), v6 gw: Some(fc01::212b), allowed entry in-tunnel traffic: All, allowed exit in-tunnel traffic: All), Blocking LAN. Allowing endpoints: 91.92.200.116:443/TCP,172.104.178.252:443/TCP,151.101.1.194:443/TCP,151.101.1.194:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,151.101.1.194:443/TCP,76.76.21.21:443/TCP,151.241.113.87:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:18:16.829762Z DEBUG mnl::socket: Sending 58276 byte netlink message
2026-08-26T17:18:16.831624Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
...
2026-08-26T17:18:16.832070Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.838320Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:16.838359Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:16.838383Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 151.241.113.87:51822 [5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu] → 13.140.146.67:51822 [HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q], connecting tunnel, try #0
2026-08-26T17:18:19.975043Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Tunnel connection is viable
2026-08-26T17:18:19.975072Z INFO nym_firewall: Applying firewall policy: Connected to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP,13.140.146.67:9000/TCP,13.140.146.67:9001/TCP,151.241.113.87:51822/UDP over entry interface: tun0, ips: 10.1.33.43,fc01::212b, v4 gw: None, v6 gw: None, exit interface: tun1, ips: 10.1.32.223,fc01::20df, v4 gw: Some(10.1.33.43), v6 gw: Some(fc01::212b), Blocking LAN. Allowing non-tunnel DNS: none
2026-08-26T17:18:19.975655Z DEBUG mnl::socket: Sending 59164 byte netlink message
2026-08-26T17:18:19.976901Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
...
2026-08-26T17:18:19.977161Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:19.985270Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:19.985297Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:19.985319Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connected_state: Enabling local DNS forwarder to: 9.9.9.9 (853/tls), 149.112.112.112 (853/tls), 2620:fe::fe (853/tls), 2620:fe::9 (853/tls), 9.9.9.9 (443/https), 149.112.112.112 (443/https), 2620:fe::fe (443/https), 2620:fe::9 (443/https), 1.1.1.1 (853/tls), 1.0.0.1 (853/tls), 2606:4700:4700::1111 (853/tls), 2606:4700:4700::1001 (853/tls), 1.1.1.1 (443/https), 1.0.0.1 (443/https), 2606:4700:4700::1111 (443/https), 2606:4700:4700::1001 (443/https)
2026-08-26T17:18:19.985331Z INFO nym_vpn_lib::resolver: Updating config: Forwarding { dns_servers: [NameServerConfig { ip: 9.9.9.9, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 149.112.112.112, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::fe, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::9, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 9.9.9.9, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 149.112.112.112, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::fe, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::9, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 1.1.1.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 1.0.0.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1111, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1001, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 1.1.1.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 1.0.0.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1111, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1001, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }] }
2026-08-26T17:18:19.985652Z INFO nym_dns: Setting DNS servers on interface 'tun1': DnsConfig { addresses: [127.245.227.250], port: 53 }
2026-08-26T17:18:19.986387Z DEBUG nym_dbus::network_manager: /etc/resolv.conf differs from reference resolv.conf, therefore NM is not managing DNS
2026-08-26T17:18:19.986421Z DEBUG nym_dns::imp::static_resolv_conf: No DNS state backup to restore
2026-08-26T17:18:19.986433Z DEBUG nym_dns::imp: Managing DNS via /etc/resolv.conf
2026-08-26T17:18:19.986608Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connected wg to 151.241.113.87:51822 [5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu] → 13.140.146.67:51822 [HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q]
2026-08-26T17:18:19.986628Z DEBUG nym_statistics::handler::report_sending: Stats report conditions are met, trying to send in 14 secs
2026-08-26T17:18:21.819064Z DEBUG nym_vpn_lib::bandwidth_controller: Attempt #1 to query bandwidth of gateway 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu...
2026-08-26T17:18:21.824208Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:create_request{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=9.40µs time.idle=913ns
2026-08-26T17:18:21.824250Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: reqwest::connect: starting new connection 'Some("10.1.0.1")'
2026-08-26T17:18:21.919238Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:21.919249Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:parse_response: nym_http_api_client: close time.busy=20.9µs time.idle=1.21µs
2026-08-26T17:18:21.919255Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=182µs time.idle=94.9ms
2026-08-26T17:18:21.919258Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=188µs time.idle=94.9ms
2026-08-26T17:18:21.919260Z DEBUG version: nym_wireguard_private_metadata_client: close time.busy=198µs time.idle=94.9ms
2026-08-26T17:18:21.919275Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}:create_request{path=["v1", "bandwidth", "available"]}: nym_http_api_client: close time.busy=4.60µs time.idle=200ns
2026-08-26T17:18:21.967438Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:21.967450Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}:parse_response: nym_http_api_client: close time.busy=35.1µs time.idle=5.19µs
2026-08-26T17:18:21.967455Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}: nym_wireguard_private_metadata_client: close time.busy=106µs time.idle=48.1ms
2026-08-26T17:18:21.967460Z DEBUG nym_wg_metadata_client: Remaining wireguard bandwidth with gateway 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu for today: 476.84 MB
2026-08-26T17:18:21.967465Z DEBUG nym_vpn_lib::bandwidth_controller: current depletion rate of 0 bytes per current check period of 5 seconds
2026-08-26T17:18:21.967467Z DEBUG nym_vpn_lib::bandwidth_controller: Adjusting check interval to 5 seconds
2026-08-26T17:18:21.967470Z DEBUG nym_vpn_lib::bandwidth_controller: Attempt #1 to query bandwidth of gateway HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q...
2026-08-26T17:18:21.972787Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:create_request{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=5.06µs time.idle=452ns
2026-08-26T17:18:21.972813Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: reqwest::connect: starting new connection 'Some("10.1.0.1")'
Software (please complete the following information):
Describe the bug
Unable to connect in "fast mode" after 2026.11.0, I verified this through vpnc, and turning off two-hop mode, (which uses mixed net) and it connects.
To Reproduce
Steps to reproduce the behavior:
nym_http_api_client: attempting to parse response as application/json
2026-08-24T17:39:38.377608Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:parse_response: nym_http_api_client: close time.busy=16.6µs time.idle=1.08µs
2026-08-24T17:39:38.377613Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=128µs time.idle=101ms
2026-08-24T17:39:38.377616Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=134µs time.idle=101ms
2026-08-24T17:39:38.377619Z DEBUG version: nym_wireguard_private_metadata_client: close time.busy=140µs time.idle=101ms
2026-08-24T17:39:41.145589Z DEBUG nym_vpn_lib::service::vpn_service: Set target state Secured => Unsecured
2026-08-24T17:39:41.145626Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connecting_state: ConnectingState received command: Disconnect
2026-08-24T17:39:41.145634Z DEBUG nym_routing::imp::imp: Clearing routes
2026-08-26T17:09:35.462303Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, registering with gateways, try #0
2026-08-26T17:09:35.467205Z INFO nym_registration_client::clients::lp: Establishing outer session with entry gateway
2026-08-26T17:09:35.630302Z INFO nym_registration_client::clients::lp: Outer session with entry gateway established
2026-08-26T17:09:35.630317Z INFO nym_registration_client::clients::lp: Registering with exit gateway via entry forwarding
2026-08-26T17:09:36.208541Z INFO nym_registration_client::clients::lp: Exit gateway registration completed via forwarding
2026-08-26T17:09:36.208555Z INFO nym_registration_client::clients::lp: Registering with entry gateway
2026-08-26T17:09:36.508582Z INFO nym_registration_client::clients::lp: Entry gateway registration successful
2026-08-26T17:09:36.508596Z INFO nym_registration_client::clients::lp: LP registration successful for both gateways
2026-08-26T17:09:36.508647Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 195.35.9.142:41264
2026-08-26T17:09:36.508655Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 195.35.9.142:9000/TCP,195.35.9.142:9001/TCP,195.35.9.142:51822/UDP, Blocking LAN, interface: none. Allowing endpoints: 194.182.169.49:443/TCP,[2a04:c46:e00:6f28:4b3:68ff:fe00:460]:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,151.101.193.194:443/TCP,172.104.178.252:443/TCP,151.101.129.194:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,76.76.21.21:443/TCP,195.35.9.142:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:09:36.515303Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 195.35.9.142:51822 [Ca4bbfxVGtuGuiYvH7V5jSnj9Jp4VJa4Sznu2doZD5np] → 134.195.89.101:51822 [3hWtFJbVVPbZZ9iNZuSHPnShHG5AUiFpTPnvJmUibNp9], connecting tunnel, try #0
2026-08-26T17:09:36.517469Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created entry tun device: tun0
2026-08-26T17:09:36.519845Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created exit tun device: tun1
2026-08-26T17:09:36.524541Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 195.35.9.142:41264
2026-08-26T17:09:36.524564Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 195.35.9.142:9000/TCP,195.35.9.142:9001/TCP,195.35.9.142:51822/UDP over entry interface: tun0, ips: 10.1.99.137,fc01::6389, v4 gw: None, v6 gw: None, exit interface: tun1, ips: 10.1.185.237,fc01::b9ed, v4 gw: Some(10.1.99.137), v6 gw: Some(fc01::6389), allowed entry in-tunnel traffic: All, allowed exit in-tunnel traffic: All), Blocking LAN. Allowing endpoints: 194.182.169.49:443/TCP,[2a04:c46:e00:6f28:4b3:68ff:fe00:460]:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,151.101.193.194:443/TCP,172.104.178.252:443/TCP,151.101.129.194:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,76.76.21.21:443/TCP,195.35.9.142:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:09:36.525312Z ERROR nym_wg_go::wireguard_go: peer(R6FH…k3UU) - Failed to send handshake initiation: write udp 0.0.0.0:56463: sendmmsg: operation not permitted
2026-08-26T17:09:36.532377Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 195.35.9.142:51822 [Ca4bbfxVGtuGuiYvH7V5jSnj9Jp4VJa4Sznu2doZD5np] → 134.195.89.101:51822 [3hWtFJbVVPbZZ9iNZuSHPnShHG5AUiFpTPnvJmUibNp9], connecting tunnel, try #0
2026-08-26T17:09:37.597349Z INFO set_vpn_api_firewall_up: nym_vpn_account_controller::command_sender: close time.busy=3.26µs time.idle=14.3µs
2026-08-26T17:09:37.597376Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Cancelling tunnel monitor handle
2026-08-26T17:09:37.597396Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Disconnecting
2026-08-26T17:18:15.562371Z INFO set_vpn_api_firewall_down: nym_vpn_account_controller::command_sender: close time.busy=6.01µs time.idle=14.9µs
2026-08-26T17:18:15.562508Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, awaiting account readiness, try #0
2026-08-26T17:18:15.562518Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, refreshing gateways, try #0
2026-08-26T17:18:15.562521Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, selecting gateways, try #0
2026-08-26T17:18:15.562521Z DEBUG nym_gateway_directory::gateway_cache: Refreshing gateways: [MixnetEntry, MixnetExit, Wg]
2026-08-26T17:18:15.562524Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using entry public key: B4rwqkog2sFUM2dmKEHyUEhBTm3qXu57eADRsZxoXFVc
2026-08-26T17:18:15.562530Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using exit public key: 3aBfVkENyGZJtADAotoUJsJ3nU762s3VvPe9SoyTShnN
2026-08-26T17:18:15.562536Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using entry gateway: 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu, location: US, performance: 96%
2026-08-26T17:18:15.562541Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using exit gateway: HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q, location: FR, performance: 96%
2026-08-26T17:18:15.562553Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: Using exit router address 2vhPSsjUiEFeYn7A3p7NK54EcJRz2uqyHzuMs85YkTe3.BguW84ZyoKRtjdqZFjurEcE9u1Jsq2VMhfSRZmkdXaT9@HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q
2026-08-26T17:18:15.562558Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 151.241.113.87:41264
2026-08-26T17:18:15.562562Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP, Blocking LAN, interface: none. Allowing endpoints: 91.92.200.116:443/TCP,172.104.178.252:443/TCP,151.101.1.194:443/TCP,151.101.1.194:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,151.101.1.194:443/TCP,76.76.21.21:443/TCP,151.241.113.87:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:18:15.562597Z DEBUG nym_gateway_directory::gateway_cache: Refreshing gateway lists: [MixnetEntry, MixnetExit, Wg]
2026-08-26T17:18:15.562627Z DEBUG nym_gateway_directory::gateway_client: Fetching mixnet entry gateways from nym-vpn-api...
2026-08-26T17:18:15.562630Z DEBUG nym_gateway_directory::gateway_client: Fetching vpn gateways from nym-vpn-api...
2026-08-26T17:18:15.562632Z DEBUG nym_gateway_directory::gateway_client: Fetching mixnet exit gateways from nym-vpn-api...
2026-08-26T17:18:15.562651Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}:create_request{path=["public", "v1", "directory", "gateways", "exit"]}: nym_http_api_client: close time.busy=3.54µs time.idle=560ns
2026-08-26T17:18:15.562651Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}:create_request{path=["public", "v1", "directory", "gateways"]}: nym_http_api_client: close time.busy=7.50µs time.idle=831ns
2026-08-26T17:18:15.562654Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}:create_request{path=["public", "v1", "directory", "gateways", "entry"]}: nym_http_api_client: close time.busy=10.7µs time.idle=631ns
2026-08-26T17:18:15.562821Z DEBUG mnl::socket: Sending 55020 byte netlink message
2026-08-26T17:18:15.564115Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564120Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564123Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564125Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564127Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564129Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564132Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564134Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564136Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564138Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564140Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564142Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564145Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564147Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564149Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564151Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564156Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564158Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564160Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564162Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564164Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564166Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564168Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564174Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564176Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564178Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564180Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564182Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564184Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564187Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564188Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564191Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564193Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564195Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564197Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564199Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564201Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564203Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564205Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564207Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564209Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564211Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564213Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564215Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564217Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564219Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564221Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564222Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564224Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564226Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564229Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564230Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564233Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564235Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564237Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564239Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564241Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564243Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564244Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564246Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564248Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564250Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564252Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564254Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564256Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564258Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564260Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564264Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564265Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564268Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564270Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564271Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564273Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564275Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564277Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564279Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564281Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564283Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564285Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564287Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564289Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564291Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564293Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564295Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564297Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564299Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564301Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564303Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564305Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564307Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564309Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564311Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564313Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564315Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564317Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564319Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564321Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564323Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564324Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564326Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564328Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564331Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564333Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564334Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564336Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564338Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564340Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564342Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.564344Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:15.571271Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:15.571298Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:15.571313Z DEBUG nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Mixnet client performance thresholds: min_mixnode=Some(50), min_gateway=Some(50)
2026-08-26T17:18:15.571321Z DEBUG nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Connecting to entry gateway: 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu
2026-08-26T17:18:15.571324Z DEBUG nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Connecting to exit gateway: HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q
2026-08-26T17:18:15.571329Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg, registering with gateways, try #0
2026-08-26T17:18:15.571447Z DEBUG nym_registration_client::builder: Using LP for registration
2026-08-26T17:18:15.571451Z DEBUG nym_registration_client::builder::config: Using custom credential storage path: /var/lib/nym-vpnd/mainnet
2026-08-26T17:18:15.571461Z DEBUG nym_credential_storage::persistent_storage: Attempting to connect to database /var/lib/nym-vpnd/mainnet/credentials_database.db
2026-08-26T17:18:15.576012Z DEBUG nym_registration_client::clients::lp: Entry gateway LP address: 151.241.113.87:41264
2026-08-26T17:18:15.576018Z DEBUG nym_registration_client::clients::lp: Exit gateway LP address: 13.140.146.67:41264
2026-08-26T17:18:15.576115Z INFO nym_registration_client::clients::lp: Establishing outer session with entry gateway
2026-08-26T17:18:15.576119Z DEBUG nym_registration_client::lp_client::client: Starting LP handshake as initiator (persistent connection)
2026-08-26T17:18:15.576121Z DEBUG nym_registration_client::lp_client::client: Opening persistent connection to 151.241.113.87:41264
2026-08-26T17:18:15.627412Z DEBUG nym_registration_client::lp_client::client: Persistent connection established to 151.241.113.87:41264
2026-08-26T17:18:15.627528Z DEBUG nym_lp::psq::initiator: sending KKT request
2026-08-26T17:18:15.679500Z DEBUG nym_lp::psq::initiator: received KKT response
2026-08-26T17:18:15.679724Z DEBUG nym_lp::psq::initiator: sending PSQ handshake msg
2026-08-26T17:18:15.732307Z DEBUG nym_lp::psq::initiator: received PSQ handshake msg
2026-08-26T17:18:15.732441Z INFO nym_registration_client::clients::lp: Outer session with entry gateway established
2026-08-26T17:18:15.732444Z INFO nym_registration_client::clients::lp: Registering with exit gateway via entry forwarding
2026-08-26T17:18:15.732446Z DEBUG nym_registration_client::lp_client::nested_session: Starting nested LP handshake with exit gateway 13.140.146.67:41264
2026-08-26T17:18:15.732541Z DEBUG nym_lp::psq::initiator: sending KKT request
2026-08-26T17:18:15.732544Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (91 inner bytes, persistent connection)
2026-08-26T17:18:15.850975Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:15.855209Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}:parse_response: nym_http_api_client: close time.busy=10.0ms time.idle=202ms
2026-08-26T17:18:15.855219Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}:get_response{path=["public", "v1", "directory", "gateways", "exit"]}: nym_http_api_client: close time.busy=10.1ms time.idle=282ms
2026-08-26T17:18:15.855222Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "exit"]}: nym_http_api_client: close time.busy=10.2ms time.idle=282ms
2026-08-26T17:18:15.855224Z DEBUG nym_gateway_directory::gateway_client: VPN-API returned 432 raw gateways for MixnetExit
2026-08-26T17:18:15.864088Z DEBUG nym_gateway_directory::gateway_client: Successfully parsed 432 gateways for MixnetExit
2026-08-26T17:18:15.864110Z DEBUG nym_gateway_directory::gateway_cache: Refreshed gateways for MixnetExit
2026-08-26T17:18:15.866020Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:15.871085Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}:parse_response: nym_http_api_client: close time.busy=12.8ms time.idle=116ms
2026-08-26T17:18:15.871093Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}:get_response{path=["public", "v1", "directory", "gateways", "entry"]}: nym_http_api_client: close time.busy=12.9ms time.idle=296ms
2026-08-26T17:18:15.871096Z DEBUG get_json{path=["public", "v1", "directory", "gateways", "entry"]}: nym_http_api_client: close time.busy=12.9ms time.idle=296ms
2026-08-26T17:18:15.871099Z DEBUG nym_gateway_directory::gateway_client: VPN-API returned 570 raw gateways for MixnetEntry
2026-08-26T17:18:15.882796Z DEBUG nym_gateway_directory::gateway_client: Successfully parsed 570 gateways for MixnetEntry
2026-08-26T17:18:15.882813Z DEBUG nym_gateway_directory::gateway_cache: Refreshed gateways for MixnetEntry
2026-08-26T17:18:15.895423Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:15.901651Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}:parse_response: nym_http_api_client: close time.busy=12.1ms time.idle=25.1ms
2026-08-26T17:18:15.901660Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}:get_response{path=["public", "v1", "directory", "gateways"]}: nym_http_api_client: close time.busy=12.2ms time.idle=327ms
2026-08-26T17:18:15.901662Z DEBUG get_json{path=["public", "v1", "directory", "gateways"]}: nym_http_api_client: close time.busy=12.2ms time.idle=327ms
2026-08-26T17:18:15.901665Z DEBUG nym_gateway_directory::gateway_client: VPN-API returned 574 raw gateways for Wg
2026-08-26T17:18:15.913700Z DEBUG nym_gateway_directory::gateway_client: Successfully parsed 571 gateways for Wg
2026-08-26T17:18:15.913718Z DEBUG nym_gateway_directory::gateway_cache: Refreshed gateways for Wg
2026-08-26T17:18:15.914842Z DEBUG nym_gateway_directory::gateway_cache: Gateway cache returning 571 cached gateways for Wg
2026-08-26T17:18:15.917017Z DEBUG nym_gateway_directory::entries::gateway: Looking for entry gateway with minimum score: High
2026-08-26T17:18:15.917022Z DEBUG nym_gateway_directory::entries::gateway: Selecting entry gateway by country: US
2026-08-26T17:18:15.917634Z DEBUG nym_gateway_directory::entries::gateway: Looking for entry gateway with minimum score: High
2026-08-26T17:18:15.917637Z DEBUG nym_gateway_directory::entries::gateway: Selecting a random exit gateway
2026-08-26T17:18:15.957849Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (1207 bytes)
2026-08-26T17:18:15.957864Z DEBUG nym_lp::psq::initiator: received KKT response
2026-08-26T17:18:15.958095Z DEBUG nym_lp::psq::initiator: sending PSQ handshake msg
2026-08-26T17:18:15.958098Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (1247 inner bytes, persistent connection)
2026-08-26T17:18:16.105433Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (70 bytes)
2026-08-26T17:18:16.105444Z DEBUG nym_lp::psq::initiator: received PSQ handshake msg
2026-08-26T17:18:16.105574Z DEBUG nym_registration_client::lp_client::nested_session: completed nested handshake
2026-08-26T17:18:16.105576Z DEBUG nym_registration_client::lp_client::nested_session: Building registration request for exit gateway
2026-08-26T17:18:16.105580Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (84 bytes)
2026-08-26T17:18:16.105584Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (146 inner bytes, persistent connection)
2026-08-26T17:18:16.254150Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (60 bytes)
2026-08-26T17:18:16.254167Z DEBUG nym_registration_client::lp_client::nested_session: Acquiring bandwidth credential for registration
2026-08-26T17:18:16.295772Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (1244 bytes)
2026-08-26T17:18:16.295786Z DEBUG nym_registration_client::lp_client::nested_session::connection: Sending ForwardPacket to 13.140.146.67:41264 (1306 inner bytes, persistent connection)
2026-08-26T17:18:16.583198Z DEBUG nym_registration_client::lp_client::nested_session::connection: Successfully received forward response from 13.140.146.67:41264 (130 bytes)
2026-08-26T17:18:16.583221Z INFO nym_registration_client::clients::lp: Exit gateway registration completed via forwarding
2026-08-26T17:18:16.583223Z INFO nym_registration_client::clients::lp: Registering with entry gateway
2026-08-26T17:18:16.583226Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (84 bytes)
2026-08-26T17:18:16.637271Z DEBUG nym_registration_client::lp_client::client: Acquiring bandwidth credential for registration
2026-08-26T17:18:16.672019Z DEBUG nym_registration_client::lp_client::helpers: Sending registration request (1244 bytes)
2026-08-26T17:18:16.808064Z INFO nym_registration_client::clients::lp: Entry gateway registration successful
2026-08-26T17:18:16.808072Z INFO nym_registration_client::clients::lp: LP registration successful for both gateways
2026-08-26T17:18:16.808128Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 151.241.113.87:41264
2026-08-26T17:18:16.808132Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP,151.241.113.87:51822/UDP, Blocking LAN, interface: none. Allowing endpoints: 91.92.200.116:443/TCP,172.104.178.252:443/TCP,151.101.1.194:443/TCP,151.101.1.194:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,151.101.1.194:443/TCP,76.76.21.21:443/TCP,151.241.113.87:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:18:16.808364Z DEBUG mnl::socket: Sending 56612 byte netlink message
2026-08-26T17:18:16.809581Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809586Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809588Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809590Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809592Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809594Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809596Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809598Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809601Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809603Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809605Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809607Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809609Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809611Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809613Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809615Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809620Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809624Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809626Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809629Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809631Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809633Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809636Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809638Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809640Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809642Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809644Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809646Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809648Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809650Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809652Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809654Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809656Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809658Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809660Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809662Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809664Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809667Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809668Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809670Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809673Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809674Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809676Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809678Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809680Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809682Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809684Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809686Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809688Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809690Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809692Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809694Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809696Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809698Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809700Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809702Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809704Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809706Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809708Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809710Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809712Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809714Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809716Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809718Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809720Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809722Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809723Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809725Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809727Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809729Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809731Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809734Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809736Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809738Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809740Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809742Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809744Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809746Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809748Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809750Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809752Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809754Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809756Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809758Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809760Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809762Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809764Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809766Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809768Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809770Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809772Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809774Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809776Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809778Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809780Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809782Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809784Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809786Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809787Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809790Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809792Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809794Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809796Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809798Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809800Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809802Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809804Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809806Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809808Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809810Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809812Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.809814Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.818319Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:16.818383Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:16.818402Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 151.241.113.87:51822 [5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu] → 13.140.146.67:51822 [HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q], connecting tunnel, try #0
2026-08-26T17:18:16.818436Z DEBUG nym_vpn_network_config::feature_flags: Getting feature flag: group=versions, flag=gatewayMetadataUpdate
2026-08-26T17:18:16.818454Z DEBUG nym_vpn_lib::bandwidth_controller: No authenticator client provided, using latest metadata client for 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu's bandwidth controller
2026-08-26T17:18:16.818462Z DEBUG nym_vpn_lib::bandwidth_controller: No authenticator client provided, using latest metadata client for HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q's bandwidth controller
2026-08-26T17:18:16.820449Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created entry tun device: tun0
2026-08-26T17:18:16.823857Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Created exit tun device: tun1
2026-08-26T17:18:16.823994Z DEBUG nym_routing::imp::imp: Adding routes: {RequiredRoute { prefix: V6(Ipv6Network { addr: ::, prefix: 0 }), node: RealNode(Node { ip: None, device: Some("tun1") }), main_table: false, mtu: Some(1340) }, RequiredRoute { prefix: V4(Ipv4Network { addr: 13.140.146.67, prefix: 32 }), node: RealNode(Node { ip: None, device: Some("tun0") }), main_table: false, mtu: Some(1420) }, RequiredRoute { prefix: V4(Ipv4Network { addr: 10.1.0.1, prefix: 32 }), node: RealNode(Node { ip: None, device: Some("tun0") }), main_table: false, mtu: Some(1420) }, RequiredRoute { prefix: V4(Ipv4Network { addr: 0.0.0.0, prefix: 0 }), node: RealNode(Node { ip: None, device: Some("tun1") }), main_table: false, mtu: Some(1340) }}
2026-08-26T17:18:16.829336Z INFO nym_vpn_lib::tunnel_state_machine::states::connecting_state: In policy lp ep: 151.241.113.87:41264
2026-08-26T17:18:16.829353Z INFO nym_firewall: Applying firewall policy: Connecting to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP,151.241.113.87:51822/UDP over entry interface: tun0, ips: 10.1.33.43,fc01::212b, v4 gw: None, v6 gw: None, exit interface: tun1, ips: 10.1.32.223,fc01::20df, v4 gw: Some(10.1.33.43), v6 gw: Some(fc01::212b), allowed entry in-tunnel traffic: All, allowed exit in-tunnel traffic: All), Blocking LAN. Allowing endpoints: 91.92.200.116:443/TCP,172.104.178.252:443/TCP,151.101.1.194:443/TCP,151.101.1.194:443/TCP,92.39.63.14:443/TCP,151.101.1.194:443/TCP,139.162.57.231:443/TCP,151.101.1.194:443/TCP,76.76.21.21:443/TCP,151.241.113.87:41264/TCP. Allowing non-tunnel DNS: 9.9.9.9:853/TCP,149.112.112.112:853/TCP,[2620:fe::fe]:853/TCP,[2620:fe::9]:853/TCP,9.9.9.9:443/TCP,149.112.112.112:443/TCP,[2620:fe::fe]:443/TCP,[2620:fe::9]:443/TCP,1.1.1.1:853/TCP,1.0.0.1:853/TCP,[2606:4700:4700::1111]:853/TCP,[2606:4700:4700::1001]:853/TCP,1.1.1.1:443/TCP,1.0.0.1:443/TCP,[2606:4700:4700::1111]:443/TCP,[2606:4700:4700::1001]:443/TCP
2026-08-26T17:18:16.829762Z DEBUG mnl::socket: Sending 58276 byte netlink message
2026-08-26T17:18:16.831624Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
...
2026-08-26T17:18:16.832070Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:16.838320Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:16.838359Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:16.838383Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connecting wg to 151.241.113.87:51822 [5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu] → 13.140.146.67:51822 [HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q], connecting tunnel, try #0
2026-08-26T17:18:19.975043Z INFO nym_vpn_lib::tunnel_state_machine::tunnel_monitor: Tunnel connection is viable
2026-08-26T17:18:19.975072Z INFO nym_firewall: Applying firewall policy: Connected to peers: 151.241.113.87:9000/TCP,151.241.113.87:9001/TCP,13.140.146.67:9000/TCP,13.140.146.67:9001/TCP,151.241.113.87:51822/UDP over entry interface: tun0, ips: 10.1.33.43,fc01::212b, v4 gw: None, v6 gw: None, exit interface: tun1, ips: 10.1.32.223,fc01::20df, v4 gw: Some(10.1.33.43), v6 gw: Some(fc01::212b), Blocking LAN. Allowing non-tunnel DNS: none
2026-08-26T17:18:19.975655Z DEBUG mnl::socket: Sending 59164 byte netlink message
2026-08-26T17:18:19.976901Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
...
2026-08-26T17:18:19.977161Z DEBUG mnl::callback: Processing 36 byte netlink message without a callback
2026-08-26T17:18:19.985270Z DEBUG mnl::socket: Sending 69631 byte netlink message
2026-08-26T17:18:19.985297Z DEBUG mnl::callback: Processing 56 byte netlink message with callback
2026-08-26T17:18:19.985319Z DEBUG nym_vpn_lib::tunnel_state_machine::states::connected_state: Enabling local DNS forwarder to: 9.9.9.9 (853/tls), 149.112.112.112 (853/tls), 2620:fe::fe (853/tls), 2620:fe::9 (853/tls), 9.9.9.9 (443/https), 149.112.112.112 (443/https), 2620:fe::fe (443/https), 2620:fe::9 (443/https), 1.1.1.1 (853/tls), 1.0.0.1 (853/tls), 2606:4700:4700::1111 (853/tls), 2606:4700:4700::1001 (853/tls), 1.1.1.1 (443/https), 1.0.0.1 (443/https), 2606:4700:4700::1111 (443/https), 2606:4700:4700::1001 (443/https)
2026-08-26T17:18:19.985331Z INFO nym_vpn_lib::resolver: Updating config: Forwarding { dns_servers: [NameServerConfig { ip: 9.9.9.9, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 149.112.112.112, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::fe, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::9, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "dns.quad9.net" }, bind_addr: None }] }, NameServerConfig { ip: 9.9.9.9, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 149.112.112.112, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::fe, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2620:fe::9, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "dns.quad9.net", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 1.1.1.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 1.0.0.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1111, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1001, trust_negative_responses: true, connections: [ConnectionConfig { port: 853, protocol: Tls { server_name: "cloudflare-dns.com" }, bind_addr: None }] }, NameServerConfig { ip: 1.1.1.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 1.0.0.1, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1111, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }, NameServerConfig { ip: 2606:4700:4700::1001, trust_negative_responses: true, connections: [ConnectionConfig { port: 443, protocol: Https { server_name: "cloudflare-dns.com", path: "/dns-query" }, bind_addr: None }] }] }
2026-08-26T17:18:19.985652Z INFO nym_dns: Setting DNS servers on interface 'tun1': DnsConfig { addresses: [127.245.227.250], port: 53 }
2026-08-26T17:18:19.986387Z DEBUG nym_dbus::network_manager: /etc/resolv.conf differs from reference resolv.conf, therefore NM is not managing DNS
2026-08-26T17:18:19.986421Z DEBUG nym_dns::imp::static_resolv_conf: No DNS state backup to restore
2026-08-26T17:18:19.986433Z DEBUG nym_dns::imp: Managing DNS via /etc/resolv.conf
2026-08-26T17:18:19.986608Z INFO nym_vpn_lib::tunnel_state_machine: New tunnel state: Connected wg to 151.241.113.87:51822 [5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu] → 13.140.146.67:51822 [HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q]
2026-08-26T17:18:19.986628Z DEBUG nym_statistics::handler::report_sending: Stats report conditions are met, trying to send in 14 secs
2026-08-26T17:18:21.819064Z DEBUG nym_vpn_lib::bandwidth_controller: Attempt #1 to query bandwidth of gateway 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu...
2026-08-26T17:18:21.824208Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:create_request{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=9.40µs time.idle=913ns
2026-08-26T17:18:21.824250Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: reqwest::connect: starting new connection 'Some("10.1.0.1")'
2026-08-26T17:18:21.919238Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:21.919249Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:parse_response: nym_http_api_client: close time.busy=20.9µs time.idle=1.21µs
2026-08-26T17:18:21.919255Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=182µs time.idle=94.9ms
2026-08-26T17:18:21.919258Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=188µs time.idle=94.9ms
2026-08-26T17:18:21.919260Z DEBUG version: nym_wireguard_private_metadata_client: close time.busy=198µs time.idle=94.9ms
2026-08-26T17:18:21.919275Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}:create_request{path=["v1", "bandwidth", "available"]}: nym_http_api_client: close time.busy=4.60µs time.idle=200ns
2026-08-26T17:18:21.967438Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}:parse_response: nym_http_api_client: attempting to parse response as application/json
2026-08-26T17:18:21.967450Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}:parse_response: nym_http_api_client: close time.busy=35.1µs time.idle=5.19µs
2026-08-26T17:18:21.967455Z DEBUG available_bandwidth{request_body=Request { version: V2, inner: [0, 0] }}: nym_wireguard_private_metadata_client: close time.busy=106µs time.idle=48.1ms
2026-08-26T17:18:21.967460Z DEBUG nym_wg_metadata_client: Remaining wireguard bandwidth with gateway 5FHsNexPHFQYMtRHycqmTyPQh7vof7KWNxP4rcx7rHu for today: 476.84 MB
2026-08-26T17:18:21.967465Z DEBUG nym_vpn_lib::bandwidth_controller: current depletion rate of 0 bytes per current check period of 5 seconds
2026-08-26T17:18:21.967467Z DEBUG nym_vpn_lib::bandwidth_controller: Adjusting check interval to 5 seconds
2026-08-26T17:18:21.967470Z DEBUG nym_vpn_lib::bandwidth_controller: Attempt #1 to query bandwidth of gateway HQotbmKSxb8JuBw975ca2R6iSoVNCarx5RZhR8bCAL1Q...
2026-08-26T17:18:21.972787Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}:create_request{path=["v1", "bandwidth", "version"]}: nym_http_api_client: close time.busy=5.06µs time.idle=452ns
2026-08-26T17:18:21.972813Z DEBUG version:get_json{path=["v1", "bandwidth", "version"]}:get_response{path=["v1", "bandwidth", "version"]}: reqwest::connect: starting new connection 'Some("10.1.0.1")'