Tun is frequently built-in the kernel. You're using a very outdated kernel (2.6.32), released in December 2009. Your kernel, however, was patched for Meltdown and Spectre this year, but remains mostly outdated. Also, it's important to notice that Debian 7 was shipped with kernel 3.2.
Searching for it ("2.6.32-042stab127.2"), I found it's a kernel commonly used with OpenVZ or Virtuozzo, a software platform which provides "containerized" VPS. Those VPS are much more limited than fully virtualized VPS, as they share the kernel with the host machine.
So, your VPS is probably the problem. A containerized VPS cannot interfere with the running kernel, that's a built-in limitation for security and design purposes in containerized servers. And even if you could, you'd be running a version different than the Debian 7 packages expect.
I recommend switching to a fully virtualized VPS, look for words like "KVM", "Qemu" or "Xen" in the description of the vendor. KVM, Qemu and Xen are virtualization platforms that fully isolate the virtualized machine, including the kernel. So you would be able to make any modifications to the kernel you want.