Error trying to install shadowsocks on my mr3420 v5

hello again, there is a problem im trying to install shadowsocks in order to circunvent censorship but im having problems, here is the guide https://openwrt.org/docs/guide-user/services/proxy/shadowsocks

the error is this

after using

opkg install shadowsocks-libev-ss-local shadowsocks-libev-ss-redir shadowsocks-libev-ss-rules shadowsocks-libev-ss-tunnel


Configuring libev.
Configuring libsodium.
Configuring shadowsocks-libev-config.
Configuring shadowsocks-libev-ss-tunnel.
Configuring libpcre2.
Configuring shadowsocks-libev-ss-local.
Configuring shadowsocks-libev-ss-redir.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency kmod-nft-tproxy for shadowsocks-libev-ss-rules
 * pkg_hash_fetch_best_installation_candidate: Packages for shadowsocks-libev-ss-rules found, but incompatible with the architectures configured
 * opkg_install_cmd: Cannot install package shadowsocks-libev-ss-rules.
root@tenda:~#

what can i do?

i summon the tech savy here too again (and sorry for bothering) @psherman

If you install luci-app-shadowsocks-libev, it should pull all the required packages.

1 Like

did a fresh install because for some reason my router got in a restart loop and did not worked

i found some free shadowsocks server i got the ip and port and passwords, but the steps in the guide are confusing, could you guide me about the exact steps to configure shadowsock on openwrt? i come from pfsense and failed to route all the traffic throught shadowsocks so i heard in a post that openwrt config is straightforward more easy but i still cannot make it work

the actual confusion is

i got local instance and remote server, it says it needs to be enabled in local and also in remote

i tought it was only remote however i enabled tried

local instance the one that comes with the default name ss_tunnel because i tought it is refering to my remote server, so i grabbed that config in local apparel, edited with my server and then this is:

server: [1](https://192.168.0.1/cgi-bin/luci/admin/services/shadowsocks-libev/servers#edit=1)
local_address: 0.0.0.0
local_port: 1090
tunnel_address: 8.103.10.55:443
local_address: 0.0.0.0
mode: tcp_and_udp
timeout: 60

in remote also i

added

https://prnt.sc/k9wIY3dqDXxF

but still not working plus my router is restarting like crazy

I can easily see it rebooting because it runs out of memory.
the device you have will be EOLed after 23.05, and is already discouraged.

:sob: :sob: :sob:

but the config is okay?

i may try installing openwrt on a x86 box and try the config just need to check if the config is fine and i would do the rest

no idea, never used shadowsocks, sorry.

boot it off a flash drive, on the x86, no need to write it to disk, unless you really want to.

1 Like

i cannot find an guide to install it on a usb however i have downloaded the swuash combined ext 4 image, couls you kindly submit me a guide? the one i saw on youtube was using finnix first then from finnix os live usb download the image, i used this before of installing on a computer but i cannot remember what i did

The installation process is to decompress (gzip -d) the image and write it sector for sector to the flash drive. This is similar to the process of preparing any "live USB" Linux. Do you have a PC already running Linux?

i use windows

Then try Rufus.

1 Like

done, finally worked, thank you very much!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.