Need Kernel Source for TUN/TAP OpenVPN

Discussion in 'UDOO NEO' started by Reallife, Nov 24, 2015.

  1. Reallife

    Reallife New Member

    Joined:
    Nov 1, 2013
    Messages:
    8
    Likes Received:
    1
    Where can i find the Source or enable TUN/TAP?
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Hi there Reallife, please give us more info about what you're looking for - since I haven't understood
     
  3. Xykon

    Xykon Member

    Joined:
    Nov 1, 2013
    Messages:
    64
    Likes Received:
    20
  4. Reallife

    Reallife New Member

    Joined:
    Nov 1, 2013
    Messages:
    8
    Likes Received:
    1
  5. Xykon

    Xykon Member

    Joined:
    Nov 1, 2013
    Messages:
    64
    Likes Received:
    20
    You could try my custom kernel that has tun enabled among some other things...

    https://www.tiny-dev.com/udoo/kernel/

    Quick installation guide (as root, sudo su -)

    cd /boot
    mv zImage zImage.orig
    wget "https://www.tiny-dev.com/udoo/kernel/zImage"
    wget "https://www.tiny-dev.com/udoo/kernel/System.map-3.14.56-g33791e5"
    curl https://www.tiny-dev.com/udoo/kernel/modules.tar.bz2 |tar -xvjf - -C /
    reboot

    If you want to keep using a custom kernel I suggest you remove the kernel packages so that your custom kernel isn't replaced with an apt-get upgrade / dist-upgrade

    Edit: Once booted you can check the kernel configuration I used running zcat /proc/config.gz
     
    Andrea Rovai likes this.
  6. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    My congratulations Xykon! Great! If this is tested and works you could make a pull request to our kernel and add config to the file
    udoo_neo_devconfig, could you?
     
  7. ddewaele

    ddewaele Member

    Joined:
    Dec 2, 2014
    Messages:
    48
    Likes Received:
    11
  8. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Dear dewaele,
    we have already implemented this feature actually.
    The official kernel is this one:

    https://github.com/UDOOboard/linux_kernel

    That's the config, the one on the default branch of the repo
     

Share This Page