milkaca 1 Posted ... Hi, I am using Eddie portable on Raspberry pi, which is configured to start on system boot (in background) with -cli and netlock parameters. My question is how to stop Eddie, I am also using netlock, by killing the process my network is still locked. This is what I have so far: sudo pkill -f -SIGINT openvpnsudo pkill -f -SIGINT airvpn Please advice. Quote Share this post Link to post
OpenSourcerer 1447 Posted ... Try SIGTERM instead of SIGINT. Sent via Tapatalk. Means, I don't have a computer available now. 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
milkaca 1 Posted ... sudo pkill -f -SIGTERM airvpn Doesn't work also, it is not even disconnected from VPN server. Quote Share this post Link to post
milkaca 1 Posted ... I think that process name is "openvpn", so I tested with both signals from previous posts and it doesn't work. Sometimes the process is restarted under some different process id. Quote Share this post Link to post
milkaca 1 Posted ... I manage to solve it. Solution doesn't look very pretty but it is working. So first I am brutally killing airvpn and openvpn processes, then I am flushing iptables and at the end restarting network interface. Quote Share this post Link to post