I'm trying to configure OpenVPN on my Debian 7 VPN but I'm getting the following error ERROR: could not insert 'tun': Unknown symbol in module, or unknown parameter (see dmesg)
I tried the suggestions in the comments here https://www.digitalocean.com/community/questions/modprobe-tun-error-could-not-insert-tun-unknown-symbol-in-module
When I do apt-get install linux-image-$(uname -r)
it says it's already installed, also tried rebooting.
Someone also suggested upgrading to the latest kernel, I'm now on Debian 7.0 x64 vmlinuz-3.2.0-4-amd64 (3.2.63-2+deb7u1) but the problem persists.
Suggestions? Thanks.