Dreambox ONE
kernel module 49.19 kB is for the ONE.
kernel module 49.2 kB is for the TWO.
The tools are for both boxes.Code:The packages are installed correctly. Now you have to configure, adapt and start. We are already working on a plugin to make it a little easier. Here is a LINK how to configure and test on a PI. You can do a lot here, of course you don't need installation or updates. Here is a rough summary for the box: The kernel module can now be loaded manually. Enter modprobe wireguard in the terminal. Check with lsmod whether it is loaded. Create a file for autostart in /etc/modules-load.d wireguard.conf Contents wireguard After / etc / wireguard the .conf and keys If you have a VPN provider there, search for the keys etc. If you only want to access the Bopx keys without a VPN provider, as described in the LINK. Adjust /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 net.ipv4.ip_forward = 1 Now start the service and see if it works. Or start without systemd as described in the link. systemctl start wg-quick @ xxx xxx is the name of the config in / etc / wireguard without .conf Example: systemctl start wg-quick @ wg0 Check: systemctl status wg-quick @ wg0 Does everything enable autostart systemctl enable wg-quick @ wg0




Reply With Quote