yar83 Posted August 18, 2022 Posted August 18, 2022 Hi al!! I managed to find img with which my OPi Zero 2 starts, it's Armbian_22.02.2_Orangepizero2_focal_legacy_4.9.255. But it stops load after first `apt upgrade`. I've freezed kernel with armbian-config. Now I want to use wireguard + nftables. But everytime i'm trying to set wg up I've message: [#] nft -f /dev/fd/63 /dev/fd/63:1:1-26: Error: Could not process rule: Operation not supported ... Quick google search showed something concerning nf_tables module in kernel or something like this. (I'm not an experienced linux user). Is there any chance to set up my OPi Z 2 with wg + nftables? Thanks.
Werner Posted August 18, 2022 Posted August 18, 2022 Not sure if either nftables or wireguard are even available for 4.9.y...
yar83 Posted August 18, 2022 Author Posted August 18, 2022 :~$ lsmod Module Size Used by option 57344 0 usb_wwan 24576 1 option usbserial 65536 2 option,usb_wwan wireguard 147456 0 zram 36864 2 sprdwl_ng 438272 0 sprdbt_tty 40960 2 uwe5622_bsp_sdio 294912 2 sprdbt_tty,sprdwl_ng Looks like wireguard is available. Anyway maybe I can use iptables with this build. 1
ALIGMSTEN Posted August 18, 2022 Posted August 18, 2022 sudo update-alternatives --set iptables /usr/sbin/iptables-legacy sudo update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy 1
Igor Posted August 30, 2022 Posted August 30, 2022 On 8/18/2022 at 12:42 PM, yar83 said: Looks like wireguard is available. Yes it is. We provide it for older kernels https://github.com/armbian/build/blob/master/lib/compilation-prepare.sh#L236-L263
Recommended Posts