kranon 0 Posted ... Hi, I´m configuring a headless server (old laptop) running debain jessie. The idea is to wake it over LAN and have the server boot up eddie on startup with network lock enabled so the daemons starting can only get wan over airvpn. Whats the best way to do this ? So far there seem to be a couple of options : 1. Add eddie to startup applications in gnome-tweak-tools.2. Write a script in init.d (difficult for me)3. Use the openvpn daemon instead and set fixed iptables rules What I want to manage here is to prevent any wan connections outside of the tunnel on startup. If eddie kicks in after for example transmission-daemon starts there will be a leak. Would be great if somebody could point me in the right direction. Quote Share this post Link to post
OpenSourcerer 1435 Posted ... 1 seems to be the easiest step. Think about the options Eddie accepts in the CLI version and add the desired ones to the startup command. airvpn -cli -netlock -login xxx -password xxx -servers xxx ... etc etc. Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post
kranon 0 Posted ... I have made some tests with the cli version. So far I managed to add the gui version to the startup programs but I'm unsure how to invoqur the cli version on bootup Enviado desde mi SM-G920F mediante Tapatalk Quote Share this post Link to post
OpenSourcerer 1435 Posted ... I have made some tests with the cli version. So far I managed to add the gui version to the startup programs but I'm unsure how to invoqur the cli version on bootup -cli option does this. Don't forget it. Quote Hide OpenSourcerer's signature Hide all signatures NOT AN AIRVPN TEAM MEMBER. USE TICKETS FOR PROFESSIONAL SUPPORT. LZ1's New User Guide to AirVPN « Plenty of stuff for advanced users, too! Want to contact me directly? All relevant methods are on my About me page. Share this post Link to post
63IZhfuW9e 0 Posted ... Is not really secure to send password directly into a command line (anyone who can show process list can get the password), the best way is using a file (with good file access permissions). Quote Share this post Link to post