Jump to content


AllMassive

Member Since 24 Dec 2018
Offline Last Active 08 Apr 2024 04:25
-----

Topics I've Started

iptables: why is it available?

8 April 2024 - 04:18

dont get me wrong, but why is it possible to install the 'iptables-conglomerate', since it doesnt seem to work on any image because of the missing kernel-module?

wouldnt 'you' safe a lot of compile-time if its removed from the repo?


how to flash openpli via ssh on a vti-image?

3 March 2024 - 05:24

searched around, but didnt find smth about this:

how to flash openpli on a vu+(uno4kse) running latest vti-image without having 'physical access' to the box?

do i need to create 'my own ofgwrite' matching the vti version, since (afaik) theres none available - or is there another way?


openpli-develop-vuuno4kse-20230517: wireguard

18 May 2023 - 14:41

hi,

just a report about some strange behaviour with openpli-develop-vuuno4kse-20230517 and wireguard by using the opkg pkg-manager.

root@vuuno4kse:~# opkg install wireguard-tools
 * Solver encountered 1 problem(s):
 * Problem 1/1:
 *   - package kernel-module-wireguard-1.0.20210424-r0.2.vuuno4kse requires kernel-module-wireguard-4.1.20-1.9, but none of the providers can be installed
 *   - package kernel-module-wireguard-1.0.20210424-r0.2.vuuno4kse implicitly obsoletes kernel-module-wireguard provided by kernel-module-wireguard-4.1.20-1.9-1.0.20210424-r0.2.vuuno4kse
 *   - package wireguard-tools-1.0.20210424-r0.1.vuuno4kse requires wireguard-module, but none of the providers can be installed
 *   - conflicting requests
 *
 * Solution 1:
 *   - do not ask to install a package providing wireguard-tools
root@vuuno4kse:~# opkg install kernel-module-wireguard
Installing kernel-module-ip6-udp-tunnel-4.1.20-1.9 (4.1.20) on root
Downloading http://downloads.openpli.org/feeds/openpli-develop/vuuno4kse/kernel-module-ip6-udp-tunnel-4.1.20-1.9_4.1.20-r0.1.4.2_vuuno4kse.ipk.
Installing kernel-module-udp-tunnel-4.1.20-1.9 (4.1.20) on root
Downloading http://downloads.openpli.org/feeds/openpli-develop/vuuno4kse/kernel-module-udp-tunnel-4.1.20-1.9_4.1.20-r0.1.4.2_vuuno4kse.ipk.
Installing kernel-module-wireguard-4.1.20-1.9 (1.0.20210424) on root
Downloading http://downloads.openpli.org/feeds/openpli-develop/vuuno4kse/kernel-module-wireguard-4.1.20-1.9_1.0.20210424-r0.2_vuuno4kse.ipk.
Configuring kernel-module-ip6-udp-tunnel-4.1.20-1.9.
Configuring kernel-module-udp-tunnel-4.1.20-1.9.
Configuring kernel-module-wireguard-4.1.20-1.9.
root@vuuno4kse:~# opkg install wireguard-tools
 * Solver encountered 1 problem(s):
 * Problem 1/1:
 *   - package wireguard-tools-1.0.20210424-r0.1.vuuno4kse requires wireguard-module, but none of the providers can be installed
 *   - package kernel-module-wireguard-1.0.20210424-r0.2.vuuno4kse implicitly obsoletes kernel-module-wireguard provided by kernel-module-wireguard-4.1.20-1.9-1.0.20210424-r0.2.vuuno4kse
 *   - conflicting requests
 *   - problem with installed package kernel-module-wireguard-4.1.20-1.9-1.0.20210424-r0.2.vuuno4kse
 *
 * Solution 1:
 *   - do not ask to install a package providing wireguard-tools


 * Solution 2:
 *   - do not ask to install a package providing wireguard-tools
root@vuuno4kse:~# opkg download wireguard-tools
Downloading http://downloads.openpli.org/feeds/openpli-develop/vuuno4kse/wireguard-tools_1.0.20210424-r0.1_vuuno4kse.ipk.
Downloaded wireguard-tools as wireguard-tools_1.0.20210424-r0.1_vuuno4kse.ipk.

unpacked that ipk, also its containing data.tar.xz and copied these files manually to /usr/bin on the box.

the binaries from wireguard-tools (wg-quick and wg) work fine.