How to setup VPN on a Kerlink gateway, Does anyone tried? Is their any package available for that in Kerlink??
Would be nice, especially when using a 3G SIM as backhaul, as most operators will put you behind NAT, this will prevent SSH’ing into the box. I have been looking for the same, but have not found it. Any luck on your side?
Try PPTP for VPN, We have successfully deployed VPN in kerlink gateways using PPTP.
How exactly? Could you write a small howto for this?
Soon i will prepare one Howto and i will post here.
oh sorry for that lag Arjan, Have you tried downloading Kerlink Bulidroot package from there wiki, you can directly enable pptp package from menuconfig.
I will try to upload Howto’s by tomorrow in proper way!
Hi @Arjan Sorry for being too late, kindly follow the steps mention below to enable pptp:
Enabling PPTP package in Kerlink:
- Download wirgrid_buildroot_v2.1.tar.gz from Kerlink
- Extract it and go to buildroot folder
- make clean
- make wirgrid_defconfig
- make menuconfig
- Package Selection for the target -> Networking applications -> pptp-linux
- exit the package selection menu -> saving changes
- Now apt-get install lib32z1
- get i2c-tools_3.0.3.tar.bz2 from https://launchpadlibrarian.net/70776071/i2c-tools_3.0.3.orig.tar.bz2
put it in /dl/
in /dl/ - mv i2c-tools_3.0.3.orig.tar.bz2 i2c-tools-3.0.3.tar.bz2
- make
you will have new image in /output/forum/images/
Further you can find brief build system guide in /buildroot/docs/buildroot.html file.
Thanks for the tips!
I have a hard time locating the wirgrid_buildroot_v2.1.tar.gz file on the Kerlink website. Any hints or tips where to get it?
Openvpn and strongswan (ipsec) are supported out of the box. You can setup a small pki with easy RSA on your server.