Running Husarnet on OpenWRT

Hello,

is possible install Husarnet on OpenWRT machine with mipsel_24kc architecture?

See link for details: https://onion.io/omega2s/

I made attempts with manual installation, but without sucess.

Hi Sejnym,
we wish to make Husarnet available on as many platforms as possible and adding support for OpenWRT is on our roadmap. That being said, at this moment in time we do not provide official support on aforementioned platform.
We would be grateful if You could elaborate about problems encountered while trying to install Husarnet.

Hi Konrad,

thanks for reply. Iam beginner with Linux systems.

Automatic installation with curl https://install.husarnet.com/install.sh | sudo bash fails with error:

root@Omega-3348:~# curl https://install.husarnet.com/install.sh | sudo bash
-ash: sudo: not found
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1662 100 1662 0 0 3883 0 --:–:-- --:–:-- --:–:-- 4083
curl: (23) Failed writing body (0 != 1662)

Attempt with manual installation also without sucess.

attempt:
curl https://install.husarnet.com/tgz/husarnet-latest-amd64.tgz > husarnet-latest-amd64.tgz
sudo tar --directory=/ --no-same-owner --dereference -xf husarnet-latest-amd64.tgz

result:
root@Omega-3348:~# husarnet start
/usr/bin/husarnet: line 1: syntax error: unexpected “(”
root@Omega-3348:~# husarnet restart
/usr/bin/husarnet: line 1: syntax error: unexpected “(”
root@Omega-3348:~#

Big mistake on my side is highly possible :slight_smile:

Thanks for Your feedback.
We have carefully reviewed information you have submitted.
Unfortunately at this point in time we are unable to provide you with a simple solution to those problems.
It is our belief that aforementioned errors occur due to lack of platform support. We noticed that you download the amd64 package which in our opinion is too far disconnected from the MIPS architecture to work properly.
It is our goal to make Husarnet accessible on as many platforms and architectures as possible. However adding official support for the mipsel_24kc is at this point in time a non-trivial task.
Since you described yourself as a beginner with Linux systems we recommend waiting for an official mipsel_24kc release. We have added an mipsel_24kc to our roadmap and will strive to make it available in the future.

I made also attemps with -i386 option. But with same result.

I understand, i belive Husarnet must be compiled for mipsel_24kc

Also i believe - this is not trivial task. :slight_smile: