OpenVPN on Debian 6 failed to start





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







2















I configured openvpn on my Deabian 6 VPS (using OpenVZ) several times but always stuck on "Starting virtual private network daemon: client server failed!"



The syslog indicates, that there seems to be a problem with tun/tan but i am not able to solve the issue:



Jan 14 17:00:05 netherlands ovpn-server[7359]: OpenVPN 2.1.3 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Jun  6 2013
Jan 14 17:00:05 netherlands ovpn-server[7359]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan 14 17:00:05 netherlands ovpn-server[7359]: Diffie-Hellman initialized with 1024 bit key
Jan 14 17:00:05 netherlands ovpn-server[7359]: WARNING: file 'netherlands.key' is group or others accessible
Jan 14 17:00:05 netherlands ovpn-server[7359]: /usr/bin/openssl-vulnkey -q -b 1024 -m <modulus omitted>
Jan 14 17:00:05 netherlands ovpn-server[7359]: TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Jan 14 17:00:05 netherlands ovpn-server[7359]: Socket Buffers: R=[245760->131072] S=[245760->131072]
Jan 14 17:00:05 netherlands ovpn-server[7359]: ROUTE: default_gateway=UNDEF
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1)
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Attempting fallback to kernel 2.2 TUN/TAP interface
Jan 14 17:00:05 netherlands ovpn-server[7359]: Cannot allocate TUN/TAP dev dynamically
Jan 14 17:00:05 netherlands ovpn-server[7359]: Exiting


Can someone help me out?










share|improve this question























  • Does /dev/net/tun exist? Can you ls -la it?

    – Paul
    Jan 14 '14 at 13:12











  • No, the folder does not even exist. What does that mean?

    – Lukas
    Jan 14 '14 at 13:42











  • @Paul Also tried modprobe tun but I always get "FATAL: Module tun not found."

    – Lukas
    Jan 14 '14 at 13:50











  • Are you running starting OpenVPN as root? You should. Did you add the statement script-security 2 to your conf file? Please post conf file

    – MariusMatutiae
    Jan 14 '14 at 17:26













  • @MariusMatutiae Yes, I startet OpenVPN as root and actually I got to the bottom of the problem - it was simply that the tun module was not provided by OpenVZ, so after reporting the issue to the hoster, I can now run and also connect to OpenVPN. But now I need to solve the problem, that I can not access internet when using the OpenVPN connection to my server (net.ipv4.ip_forward and iptables are enabled). My server.conf: pastebin.com/TtbNgdaG

    – Lukas
    Jan 14 '14 at 21:17


















2















I configured openvpn on my Deabian 6 VPS (using OpenVZ) several times but always stuck on "Starting virtual private network daemon: client server failed!"



The syslog indicates, that there seems to be a problem with tun/tan but i am not able to solve the issue:



Jan 14 17:00:05 netherlands ovpn-server[7359]: OpenVPN 2.1.3 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Jun  6 2013
Jan 14 17:00:05 netherlands ovpn-server[7359]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan 14 17:00:05 netherlands ovpn-server[7359]: Diffie-Hellman initialized with 1024 bit key
Jan 14 17:00:05 netherlands ovpn-server[7359]: WARNING: file 'netherlands.key' is group or others accessible
Jan 14 17:00:05 netherlands ovpn-server[7359]: /usr/bin/openssl-vulnkey -q -b 1024 -m <modulus omitted>
Jan 14 17:00:05 netherlands ovpn-server[7359]: TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Jan 14 17:00:05 netherlands ovpn-server[7359]: Socket Buffers: R=[245760->131072] S=[245760->131072]
Jan 14 17:00:05 netherlands ovpn-server[7359]: ROUTE: default_gateway=UNDEF
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1)
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Attempting fallback to kernel 2.2 TUN/TAP interface
Jan 14 17:00:05 netherlands ovpn-server[7359]: Cannot allocate TUN/TAP dev dynamically
Jan 14 17:00:05 netherlands ovpn-server[7359]: Exiting


Can someone help me out?










share|improve this question























  • Does /dev/net/tun exist? Can you ls -la it?

    – Paul
    Jan 14 '14 at 13:12











  • No, the folder does not even exist. What does that mean?

    – Lukas
    Jan 14 '14 at 13:42











  • @Paul Also tried modprobe tun but I always get "FATAL: Module tun not found."

    – Lukas
    Jan 14 '14 at 13:50











  • Are you running starting OpenVPN as root? You should. Did you add the statement script-security 2 to your conf file? Please post conf file

    – MariusMatutiae
    Jan 14 '14 at 17:26













  • @MariusMatutiae Yes, I startet OpenVPN as root and actually I got to the bottom of the problem - it was simply that the tun module was not provided by OpenVZ, so after reporting the issue to the hoster, I can now run and also connect to OpenVPN. But now I need to solve the problem, that I can not access internet when using the OpenVPN connection to my server (net.ipv4.ip_forward and iptables are enabled). My server.conf: pastebin.com/TtbNgdaG

    – Lukas
    Jan 14 '14 at 21:17














2












2








2


2






I configured openvpn on my Deabian 6 VPS (using OpenVZ) several times but always stuck on "Starting virtual private network daemon: client server failed!"



The syslog indicates, that there seems to be a problem with tun/tan but i am not able to solve the issue:



Jan 14 17:00:05 netherlands ovpn-server[7359]: OpenVPN 2.1.3 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Jun  6 2013
Jan 14 17:00:05 netherlands ovpn-server[7359]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan 14 17:00:05 netherlands ovpn-server[7359]: Diffie-Hellman initialized with 1024 bit key
Jan 14 17:00:05 netherlands ovpn-server[7359]: WARNING: file 'netherlands.key' is group or others accessible
Jan 14 17:00:05 netherlands ovpn-server[7359]: /usr/bin/openssl-vulnkey -q -b 1024 -m <modulus omitted>
Jan 14 17:00:05 netherlands ovpn-server[7359]: TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Jan 14 17:00:05 netherlands ovpn-server[7359]: Socket Buffers: R=[245760->131072] S=[245760->131072]
Jan 14 17:00:05 netherlands ovpn-server[7359]: ROUTE: default_gateway=UNDEF
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1)
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Attempting fallback to kernel 2.2 TUN/TAP interface
Jan 14 17:00:05 netherlands ovpn-server[7359]: Cannot allocate TUN/TAP dev dynamically
Jan 14 17:00:05 netherlands ovpn-server[7359]: Exiting


Can someone help me out?










share|improve this question














I configured openvpn on my Deabian 6 VPS (using OpenVZ) several times but always stuck on "Starting virtual private network daemon: client server failed!"



The syslog indicates, that there seems to be a problem with tun/tan but i am not able to solve the issue:



Jan 14 17:00:05 netherlands ovpn-server[7359]: OpenVPN 2.1.3 i486-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Jun  6 2013
Jan 14 17:00:05 netherlands ovpn-server[7359]: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executables
Jan 14 17:00:05 netherlands ovpn-server[7359]: Diffie-Hellman initialized with 1024 bit key
Jan 14 17:00:05 netherlands ovpn-server[7359]: WARNING: file 'netherlands.key' is group or others accessible
Jan 14 17:00:05 netherlands ovpn-server[7359]: /usr/bin/openssl-vulnkey -q -b 1024 -m <modulus omitted>
Jan 14 17:00:05 netherlands ovpn-server[7359]: TLS-Auth MTU parms [ L:1542 D:138 EF:38 EB:0 ET:0 EL:0 ]
Jan 14 17:00:05 netherlands ovpn-server[7359]: Socket Buffers: R=[245760->131072] S=[245760->131072]
Jan 14 17:00:05 netherlands ovpn-server[7359]: ROUTE: default_gateway=UNDEF
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1)
Jan 14 17:00:05 netherlands ovpn-server[7359]: Note: Attempting fallback to kernel 2.2 TUN/TAP interface
Jan 14 17:00:05 netherlands ovpn-server[7359]: Cannot allocate TUN/TAP dev dynamically
Jan 14 17:00:05 netherlands ovpn-server[7359]: Exiting


Can someone help me out?







linux debian vpn openvpn






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Jan 14 '14 at 13:03









LukasLukas

1112




1112













  • Does /dev/net/tun exist? Can you ls -la it?

    – Paul
    Jan 14 '14 at 13:12











  • No, the folder does not even exist. What does that mean?

    – Lukas
    Jan 14 '14 at 13:42











  • @Paul Also tried modprobe tun but I always get "FATAL: Module tun not found."

    – Lukas
    Jan 14 '14 at 13:50











  • Are you running starting OpenVPN as root? You should. Did you add the statement script-security 2 to your conf file? Please post conf file

    – MariusMatutiae
    Jan 14 '14 at 17:26













  • @MariusMatutiae Yes, I startet OpenVPN as root and actually I got to the bottom of the problem - it was simply that the tun module was not provided by OpenVZ, so after reporting the issue to the hoster, I can now run and also connect to OpenVPN. But now I need to solve the problem, that I can not access internet when using the OpenVPN connection to my server (net.ipv4.ip_forward and iptables are enabled). My server.conf: pastebin.com/TtbNgdaG

    – Lukas
    Jan 14 '14 at 21:17



















  • Does /dev/net/tun exist? Can you ls -la it?

    – Paul
    Jan 14 '14 at 13:12











  • No, the folder does not even exist. What does that mean?

    – Lukas
    Jan 14 '14 at 13:42











  • @Paul Also tried modprobe tun but I always get "FATAL: Module tun not found."

    – Lukas
    Jan 14 '14 at 13:50











  • Are you running starting OpenVPN as root? You should. Did you add the statement script-security 2 to your conf file? Please post conf file

    – MariusMatutiae
    Jan 14 '14 at 17:26













  • @MariusMatutiae Yes, I startet OpenVPN as root and actually I got to the bottom of the problem - it was simply that the tun module was not provided by OpenVZ, so after reporting the issue to the hoster, I can now run and also connect to OpenVPN. But now I need to solve the problem, that I can not access internet when using the OpenVPN connection to my server (net.ipv4.ip_forward and iptables are enabled). My server.conf: pastebin.com/TtbNgdaG

    – Lukas
    Jan 14 '14 at 21:17

















Does /dev/net/tun exist? Can you ls -la it?

– Paul
Jan 14 '14 at 13:12





Does /dev/net/tun exist? Can you ls -la it?

– Paul
Jan 14 '14 at 13:12













No, the folder does not even exist. What does that mean?

– Lukas
Jan 14 '14 at 13:42





No, the folder does not even exist. What does that mean?

– Lukas
Jan 14 '14 at 13:42













@Paul Also tried modprobe tun but I always get "FATAL: Module tun not found."

– Lukas
Jan 14 '14 at 13:50





@Paul Also tried modprobe tun but I always get "FATAL: Module tun not found."

– Lukas
Jan 14 '14 at 13:50













Are you running starting OpenVPN as root? You should. Did you add the statement script-security 2 to your conf file? Please post conf file

– MariusMatutiae
Jan 14 '14 at 17:26







Are you running starting OpenVPN as root? You should. Did you add the statement script-security 2 to your conf file? Please post conf file

– MariusMatutiae
Jan 14 '14 at 17:26















@MariusMatutiae Yes, I startet OpenVPN as root and actually I got to the bottom of the problem - it was simply that the tun module was not provided by OpenVZ, so after reporting the issue to the hoster, I can now run and also connect to OpenVPN. But now I need to solve the problem, that I can not access internet when using the OpenVPN connection to my server (net.ipv4.ip_forward and iptables are enabled). My server.conf: pastebin.com/TtbNgdaG

– Lukas
Jan 14 '14 at 21:17





@MariusMatutiae Yes, I startet OpenVPN as root and actually I got to the bottom of the problem - it was simply that the tun module was not provided by OpenVZ, so after reporting the issue to the hoster, I can now run and also connect to OpenVPN. But now I need to solve the problem, that I can not access internet when using the OpenVPN connection to my server (net.ipv4.ip_forward and iptables are enabled). My server.conf: pastebin.com/TtbNgdaG

– Lukas
Jan 14 '14 at 21:17










1 Answer
1






active

oldest

votes


















0














The tun module was not available on the VPS using OpenVZ. It can be tested by checking the existance of the /dev/net/tun-folder or by modprobe tun - if the module is not available, you get a fatal error FATAL: Module tun not found. The tun module must be activated in OpenVZ. You can either report the issue to your hoster or check additional articles like the one in OpenVZ Wiki: http://wiki.openvz.org/VPN_via_the_TUN/TAP_device






share|improve this answer
























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "3"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f701502%2fopenvpn-on-debian-6-failed-to-start%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    The tun module was not available on the VPS using OpenVZ. It can be tested by checking the existance of the /dev/net/tun-folder or by modprobe tun - if the module is not available, you get a fatal error FATAL: Module tun not found. The tun module must be activated in OpenVZ. You can either report the issue to your hoster or check additional articles like the one in OpenVZ Wiki: http://wiki.openvz.org/VPN_via_the_TUN/TAP_device






    share|improve this answer




























      0














      The tun module was not available on the VPS using OpenVZ. It can be tested by checking the existance of the /dev/net/tun-folder or by modprobe tun - if the module is not available, you get a fatal error FATAL: Module tun not found. The tun module must be activated in OpenVZ. You can either report the issue to your hoster or check additional articles like the one in OpenVZ Wiki: http://wiki.openvz.org/VPN_via_the_TUN/TAP_device






      share|improve this answer


























        0












        0








        0







        The tun module was not available on the VPS using OpenVZ. It can be tested by checking the existance of the /dev/net/tun-folder or by modprobe tun - if the module is not available, you get a fatal error FATAL: Module tun not found. The tun module must be activated in OpenVZ. You can either report the issue to your hoster or check additional articles like the one in OpenVZ Wiki: http://wiki.openvz.org/VPN_via_the_TUN/TAP_device






        share|improve this answer













        The tun module was not available on the VPS using OpenVZ. It can be tested by checking the existance of the /dev/net/tun-folder or by modprobe tun - if the module is not available, you get a fatal error FATAL: Module tun not found. The tun module must be activated in OpenVZ. You can either report the issue to your hoster or check additional articles like the one in OpenVZ Wiki: http://wiki.openvz.org/VPN_via_the_TUN/TAP_device







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jan 14 '14 at 21:37









        LukasLukas

        1112




        1112






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Super User!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f701502%2fopenvpn-on-debian-6-failed-to-start%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Список кардиналов, возведённых папой римским Каликстом III

            Deduzione

            Mysql.sock missing - “Can't connect to local MySQL server through socket”