View Single Post
Posts: 26 | Thanked: 97 times | Joined on Dec 2011
#6
Originally Posted by AndrewX192 View Post
Has anyone been able to get the /etc/network/if-up.d/openvpn script to work properly? The version provided by the openvpn package I am using (http://www.jlranta.com/stuff/openvpn...rmel_aegis.deb) does not work because IF_OPENVPN is not defined..

I rolled my own script that fixes these issues, but I cannot use it to automate because of Aegis.
I've been using my own if up/down scripts package for quite a long time now. UID::user is enough for executing the script. It might also need CAP::net_admin, if it does certain things with network interfaces. Correct digsigsums must be calculated too. I would suggest you to do your own scripts package. I might release my scripts package one day, but I haven't got any schedule for the release.