FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
2,758 views 9 comments
by anonymous
Hey,

Has anyone managed to get wireguard working on a rut240 or know if there will be support for wireguard in the near future?

1 Answer

0 votes
by anonymous

Hi,

Teltonika routers do not have such feature.

You could try (not tested) to add such feature to router Firmwar eusing GPL package: https://wiki.teltonika.lt/view/GPL

https://wiki.teltonika.lt/view/Software_Development_Kit_instructions

https://openwrt.org/docs/guide-user/services/vpn/wireguard/start

by anonymous

It looks like it can't be installed at all directly on to the RUT240

root@Teltonika:~# opkg install wireguard

Unknown package 'wireguard'.

Collected errors:

 * opkg_install_cmd: Cannot install package wireguard.

root@Teltonika:~#

by
Try to run `opkg update` beforehand and make sure you have a working internet connection.
by anonymous
I did run opkg update beforehand, It loaded and installed a few things. But just wireguard not found. Is there a way to install it manually?
by anonymous
on the OpenWrt packages list wireguard is there, but when I do opkg update and then opkg list, wireguard is not in the list but thousands of others are on the list?
by anonymous

I have downloaded the mip 24kz package of wireguard to the RUT240 But I still get the wrong architecture 

root@Teltonika:~# opkg install temp/wireguard_0.0.20190601-1_mips_24kc.ipk Unknown package 'wireguard'. Collected errors: * pkg_hash_fetch_best_installation_candidate: Packages for wireguard found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package wireguard.

by anonymous

When I run opkg list-installed I get this no valid architecture, ignoring on everything installed.

Package luci-app-mosquitto version trunk+svn+teltonika+u1-1 has no valid architecture, ignoring.

I just can't get this to run correctly which is a shame. Might have to pull out the raspberry pi and 4G shield and do some testing
by anonymous
Hello,

Wireguard will be added to all Teltonika's devices which have package manager 2020 may.
by anonymous


root@Teltonika-RUTX11:~# opkg install wireguard

Installing wireguard (0.0.20190601-1) to root...

Downloading http://downloads.openwrt.org/releases/18.06.4/packages/arm_cortex-a7_neon-vfpv4/base/wireguard_0.0.20190601

-1_arm_cortex-a7_neon-vfpv4.ipk

Collected errors:

* satisfy_dependencies_for: Cannot satisfy the following dependencies for wireguard:

* kernel (= 4.14.131-1-010b32e6fa40a9fbb80e18acebab96c4)

* opkg_install_cmd: Cannot install package wireguard.



root@Teltonika-RUTX11:~# uname -a
Linux Teltonika-RUTX11.com 4.14.131 #0 SMP Wed Jan 15 09:07:13 2020 armv7l GNU/Linux

by

Hello,

I have the same issue. 

 uname -a

Linux Teltonika-RUTX11.com 4.14.171 #0 SMP Thu Feb 27 21:25:59 2020 armv7l GNU/Linux

 opkg install wireguard
Installing wireguard (1.0.20200611-1) to root...
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for wireguard:
 *      kernel (= 4.14.171-1-ed22ce1902b4acb87959aec5cc14db6d)
 * opkg_install_cmd: Cannot install package wireguard.