# Using wireguard on VOXL 2

Source: https://forum.modalai.com/topic/3902/using-wireguard-on-voxl-2
Category: VOXL 2 and VOXL 2 Mini (https://forum.modalai.com/category/26/voxl-2-and-voxl-2-mini)
Tags: voxl-2
Posted: 2024-11-03 22:42:55 UTC by achanana
Replies: 4 · Views: 1195

## achanana · 2024-11-03 22:42:55 UTC

Hello,

I am trying to set up a wireguard tunnel on the VOXL 2 running SDK 1.2. The kernel version is 4.19.125. I cannot use wireguard because the wireguard module is not present in the kernel. I tried to do an out-of-tree build but did not succeed because I could not find the kernel headers using apt. Do you know what the best way to proceed here is?

Thank you!

Best,
Aditya

## Reply by Alex Kushleyev (ModalAI staff) · 2024-11-13 04:27:12 UTC

@achanana , 

If the module you need does not have too many new dependencies, you could try to manually add it to the current kernel build 4.19 (default build instructions : https://docs.modalai.com/voxl2-kernel-build-guide/). Some users have been successful at enabling or updating modules from a newer kernel version.

Also, we are working on enabling kernel 5.4 on VOXL2 (no ETA for release yet), but the functionality is currently very limited. If you wanted to test wireguard on kernel 5.4 I can check if we would be able to send you a system image for testing, but we would not yet support any SDK features at all at this point.

Alex

## Reply by smilon · 2025-01-29 14:18:15 UTC (in reply to Alex Kushleyev)

@Alex-Kushleyev Hello! Wanted to check if there any ETA updates on the new kernel version

## Reply by smilon · 2025-01-31 11:04:36 UTC

@achanana Btw we were able to use wireguard by building wireguard-go and running:

  ./wireguard-go wg0
 sudo ip linkset wg0 up
 sudo ip address add xx.xx.xx.xx/xx dev wg0
 sudo wg setconf wg0 wg0.conf

This way you can bypass the unsupported kernel version.

## Reply by modaltb (ModalAI staff) · 2025-02-07 23:32:08 UTC (in reply to smilon)

@smilon we're still working on it but slower than I had originally planned.  we're using it on a feature light product right now without camera support, once we have camera support in place I'll try to get some preview releases in place, 'hoping' that's in Q1/Q2 but as an optimistic engineer speaking ;)
