Problem with Tor on OpenWRT

Hi all!

I use core Tor as a service on my desktop (Linux) and also I use it on my OpenWRT router which serves the home network. Both Tor instances have almost the same config (using obfs4proxy with the same bridges). Also, I have to pass Tor traffic via an additional proxy (which is a network obfuscator named ‘byedpi’) to avoid blocking. The obfuscator instances are installed in both places (desktop and router) and have the same config.

And the result is: Tor on my desktop is working well, Tor on my router cannot connect.

Okay, I login to he router, stop the service and try to start Tor manually. That’s I see:

root@Router:~# /usr/sbin/tor -f /tmp/torrc
Jun 10 18:35:01.069 [notice] Tor 0.4.8.22 running on Linux with Libevent 2.1.12-stable, OpenSSL 3.0.19, Zlib 1.3.1, Liblzma N/A, Libzstd N/A and Unknown N/A as libc.
Jun 10 18:35:01.069 [notice] Tor can’t help you if you use it wrong! Learn how to be safe at Tor Browser best practices - Security - Tor Browser — Tor
Jun 10 18:35:01.069 [notice] Read configuration file “/etc/tor/torrc”.
Jun 10 18:35:01.074 [notice] Processing configuration path “/etc/tor/torrc.d/*.conf” at recursion level 1.
Jun 10 18:35:01.074 [notice] Including configuration file “/etc/tor/torrc.d/bridges.conf”.
Jun 10 18:35:01.079 [notice] You configured a non-loopback address ‘192.168.1.1:9050’ for SocksPort. This allows everybody on your local network to use your machine as a proxy. Make sure this is what you wanted.
Jun 10 18:35:01.079 [notice] Opening Socks listener on 192.168.1.1:9050
Jun 10 18:35:01.079 [notice] Opened Socks listener connection (ready) on 192.168.1.1:9050
Jun 10 18:35:01.000 [warn] Failed to open GEOIP file /usr/share/tor/geoip.
Jun 10 18:35:01.000 [warn] We’ve been configured to use (or avoid) nodes in certain countries, and we need GEOIP information to figure out which ones they are.
Jun 10 18:35:01.000 [warn] Failed to open GEOIP file /usr/share/tor/geoip6.
Jun 10 18:35:01.000 [warn] We’ve been configured to use (or avoid) nodes in certain countries, and we need GEOIP information to figure out which ones they are.
Jun 10 18:35:01.000 [notice] Set list of supported TLS groups to: P-256:X25519:P-224
Jun 10 18:35:01.000 [notice] Bootstrapped 0% (starting): Starting
Jun 10 18:35:03.000 [notice] Starting with guard context “bridges”
Jun 10 18:35:03.000 [notice] Delaying directory fetches: No running bridges

and silence then… It doesn’t matter if to pass Tor traffic via the proxy or not.

Could anyone give an advice?