Whenever I reboot my RPi, the openvpn service fails to start. The relevant line from the log says: [...] TCP/UDP: Socket bind failed on local address [AF_INET]192.168.1.2:1194: Cannot assign requested address (Full log here)
When I start the service manually (with openvpn /etc/openvpn/ovpnserver.conf) it starts properly though.
My RPi is properly setup with a static IP (192.168.1.2), so I'm guessing that the IP isn't properly configured when it tries to start the openvpn service on start-up. Is there a way to check/fix this?
/etc/init.dand found a script calledopenvpnwith these contents. I'm not terribly familiar with linux so I'm not sure if I can find it elsewhere. I saw no mention of it in rc.local.