Just an odd thing I've noticed that isn't a HUGE deal, but restarting an OpenVPN tunnel without restarting the router isn't exactly as obvious as I would expect. Normally I'd assume you just "/etc/init.d/openvpn restart" as root or with sudo. That restarts the OpenVPN daemon but the tunnel doesn't restart. I've found that I have to find the PID for OpenVPN and then "kill -s SIGHUP [pid]". Is this intended behavior?
↧