Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 2 of 2

Thread: Wireguard VPN Dreambox ONE/TWO v1.0

  1. #1
    Moderator
    Join Date
    09-05-2010
    Location
    Überall
    Posts
    776
    Uploads
    529
    Likes
    1,230

    Wireguard VPN Dreambox ONE/TWO v1.0

    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

  2. Advertise Here
  3. #2
    Moderator
    Join Date
    09-05-2010
    Location
    Überall
    Posts
    776
    Uploads
    529
    Likes
    1,230

    Re: Wireguard VPN Dreambox ONE/TWO v1.0

    Dreambox TWO

    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

Advertise Here

Similar Threads

  1. Replies: 2
    Last Post: 26-12-2012, 21:23:10
  2. Tutorial generale Dreambox Tutorials and Dreambox Guides
    By Tunimax in forum Dreambox
    Replies: 10
    Last Post: 01-08-2010, 03:24:17
  3. Question probleme avec ma dreambox dreambox M 500s
    By ced.goffiin in forum French / Français
    Replies: 0
    Last Post: 06-03-2010, 21:33:55
  4. Replies: 0
    Last Post: 01-03-2009, 19:26:53
  5. Dreambox 7000S images into Dreambox 7020
    By enriquerif in forum Dreambox
    Replies: 2
    Last Post: 12-03-2006, 11:32:23

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •