Automatically turn on VPN on computer unlock Ubuntu 18.04












11















When I wake the laptop from the sleep I need to get the VPN state as I left it (turned on). Can't find the setting of autoconnect in VPN settings... Need some easy way to ask the system to autoconnect the VPN when the internet is available.



Edit based on comments:



Ubuntu 18.04 has no option to Always connect to VPN when using using this connection.
enter image description here










share|improve this question





























    11















    When I wake the laptop from the sleep I need to get the VPN state as I left it (turned on). Can't find the setting of autoconnect in VPN settings... Need some easy way to ask the system to autoconnect the VPN when the internet is available.



    Edit based on comments:



    Ubuntu 18.04 has no option to Always connect to VPN when using using this connection.
    enter image description here










    share|improve this question



























      11












      11








      11


      4






      When I wake the laptop from the sleep I need to get the VPN state as I left it (turned on). Can't find the setting of autoconnect in VPN settings... Need some easy way to ask the system to autoconnect the VPN when the internet is available.



      Edit based on comments:



      Ubuntu 18.04 has no option to Always connect to VPN when using using this connection.
      enter image description here










      share|improve this question
















      When I wake the laptop from the sleep I need to get the VPN state as I left it (turned on). Can't find the setting of autoconnect in VPN settings... Need some easy way to ask the system to autoconnect the VPN when the internet is available.



      Edit based on comments:



      Ubuntu 18.04 has no option to Always connect to VPN when using using this connection.
      enter image description here







      vpn 18.04 openvpn






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 7 '18 at 20:40









      user68186

      16.8k84970




      16.8k84970










      asked May 7 '18 at 18:33









      0x49D10x49D1

      17016




      17016






















          4 Answers
          4






          active

          oldest

          votes


















          17














          If you go into your WiFi connection settings for the AP you want to connect to the VPN on, there is an Always connect to VPN when using this connection: option, which you can enable, and select the VPN which you wish to automatically connect to.



          Then when you connect to this connection (or when it reconnects on wake from suspend), the system will also attempt to connect to the VPN upon successfully reconnecting to the designated WiFi AP.



          It seems the changes in newer GNOME have removed this option from the main UI, so you need to run nm-connection-editor to edit the connection, which should make the option available again.






          share|improve this answer


























          • But this question is about OpenVPN as you can read in the tags

            – Stackcraft_noob
            May 7 '18 at 19:50













          • Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

            – 0x49D1
            May 7 '18 at 20:17













          • @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

            – dobey
            May 7 '18 at 20:54






          • 6





            @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

            – dobey
            May 7 '18 at 20:56






          • 4





            running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

            – Ajith R Nair
            Jul 18 '18 at 2:24



















          1














          An addition to @dobey answer.



          I found that the icon on the password setting on the VPN connfig window
          is actually clickable. It allows other system users to use vpn password,
          which is required to automatically connect to vpn after suspend.



          enter image description here






          share|improve this answer































            0














            When OpenVPN is already installed on your computer and have the configurations for OpenVPN, then follow this steps:




            1. Unpack the configuration-zip: unzip openvpn.zip

            2. Move to the OpenVPN directory and rename it to “openvpn.conf.”: sudo cp ~/Downloads/OpenVPN/'Northeast US.ovpn' /etc/openvpn/openvpn.conf


            3. To login automatically every time you connect do this: Open “/etc/openvpn/openvpn.conf” with sudo, then search for the line auth-user-pass and add auth.txt. ----> How does it looks like: auth-user-pass auth.txt! Crate the file in the following directory "/etc/openvpn”and type in there your username and password. More about that here.

            4. Make sure OpenVPN starts up every time you turn-on your computer: sudo
              systemctl enable openvpn


            5. Restart the computer and test your connection with services like whoer.net






            share|improve this answer
























            • Before downvoting! Plz say whats wrong with the answer!

              – Stackcraft_noob
              May 7 '18 at 19:51











            • Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

              – 0x49D1
              May 7 '18 at 20:20






            • 1





              I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

              – dobey
              May 7 '18 at 20:58











            • @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

              – Stackcraft_noob
              May 7 '18 at 21:10











            • @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

              – user383919
              Aug 14 '18 at 3:42



















            0














            It's not shown in the GUI, but you can still type



            nm-connection-editor



            in a terminal and select 'always connect to vpn...' under settings > general tab.






            share|improve this answer
























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              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%2faskubuntu.com%2fquestions%2f1033278%2fautomatically-turn-on-vpn-on-computer-unlock-ubuntu-18-04%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              4 Answers
              4






              active

              oldest

              votes








              4 Answers
              4






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              17














              If you go into your WiFi connection settings for the AP you want to connect to the VPN on, there is an Always connect to VPN when using this connection: option, which you can enable, and select the VPN which you wish to automatically connect to.



              Then when you connect to this connection (or when it reconnects on wake from suspend), the system will also attempt to connect to the VPN upon successfully reconnecting to the designated WiFi AP.



              It seems the changes in newer GNOME have removed this option from the main UI, so you need to run nm-connection-editor to edit the connection, which should make the option available again.






              share|improve this answer


























              • But this question is about OpenVPN as you can read in the tags

                – Stackcraft_noob
                May 7 '18 at 19:50













              • Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

                – 0x49D1
                May 7 '18 at 20:17













              • @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

                – dobey
                May 7 '18 at 20:54






              • 6





                @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

                – dobey
                May 7 '18 at 20:56






              • 4





                running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

                – Ajith R Nair
                Jul 18 '18 at 2:24
















              17














              If you go into your WiFi connection settings for the AP you want to connect to the VPN on, there is an Always connect to VPN when using this connection: option, which you can enable, and select the VPN which you wish to automatically connect to.



              Then when you connect to this connection (or when it reconnects on wake from suspend), the system will also attempt to connect to the VPN upon successfully reconnecting to the designated WiFi AP.



              It seems the changes in newer GNOME have removed this option from the main UI, so you need to run nm-connection-editor to edit the connection, which should make the option available again.






              share|improve this answer


























              • But this question is about OpenVPN as you can read in the tags

                – Stackcraft_noob
                May 7 '18 at 19:50













              • Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

                – 0x49D1
                May 7 '18 at 20:17













              • @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

                – dobey
                May 7 '18 at 20:54






              • 6





                @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

                – dobey
                May 7 '18 at 20:56






              • 4





                running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

                – Ajith R Nair
                Jul 18 '18 at 2:24














              17












              17








              17







              If you go into your WiFi connection settings for the AP you want to connect to the VPN on, there is an Always connect to VPN when using this connection: option, which you can enable, and select the VPN which you wish to automatically connect to.



              Then when you connect to this connection (or when it reconnects on wake from suspend), the system will also attempt to connect to the VPN upon successfully reconnecting to the designated WiFi AP.



              It seems the changes in newer GNOME have removed this option from the main UI, so you need to run nm-connection-editor to edit the connection, which should make the option available again.






              share|improve this answer















              If you go into your WiFi connection settings for the AP you want to connect to the VPN on, there is an Always connect to VPN when using this connection: option, which you can enable, and select the VPN which you wish to automatically connect to.



              Then when you connect to this connection (or when it reconnects on wake from suspend), the system will also attempt to connect to the VPN upon successfully reconnecting to the designated WiFi AP.



              It seems the changes in newer GNOME have removed this option from the main UI, so you need to run nm-connection-editor to edit the connection, which should make the option available again.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited May 8 '18 at 20:01

























              answered May 7 '18 at 19:39









              dobeydobey

              33k33886




              33k33886













              • But this question is about OpenVPN as you can read in the tags

                – Stackcraft_noob
                May 7 '18 at 19:50













              • Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

                – 0x49D1
                May 7 '18 at 20:17













              • @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

                – dobey
                May 7 '18 at 20:54






              • 6





                @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

                – dobey
                May 7 '18 at 20:56






              • 4





                running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

                – Ajith R Nair
                Jul 18 '18 at 2:24



















              • But this question is about OpenVPN as you can read in the tags

                – Stackcraft_noob
                May 7 '18 at 19:50













              • Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

                – 0x49D1
                May 7 '18 at 20:17













              • @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

                – dobey
                May 7 '18 at 20:54






              • 6





                @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

                – dobey
                May 7 '18 at 20:56






              • 4





                running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

                – Ajith R Nair
                Jul 18 '18 at 2:24

















              But this question is about OpenVPN as you can read in the tags

              – Stackcraft_noob
              May 7 '18 at 19:50







              But this question is about OpenVPN as you can read in the tags

              – Stackcraft_noob
              May 7 '18 at 19:50















              Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

              – 0x49D1
              May 7 '18 at 20:17







              Ubuntu 18.04 and I have no such option here: imgur.com/a/wV48kjn

              – 0x49D1
              May 7 '18 at 20:17















              @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

              – dobey
              May 7 '18 at 20:54





              @Stackcraft_noob No. The question is about how to reconnect to a VPN when the connection is restored after wake from suspend, and how to do that with how the standard way one configures a VPN in Ubuntu.

              – dobey
              May 7 '18 at 20:54




              6




              6





              @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

              – dobey
              May 7 '18 at 20:56





              @0x49D1 Is it under the "Security" tab there maybe? If I run nm-connection-editor and edit my connection, it is under the General tab. It seems gnome-control-center has something a bit different perhaps?

              – dobey
              May 7 '18 at 20:56




              4




              4





              running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

              – Ajith R Nair
              Jul 18 '18 at 2:24





              running the command "nm-connection-editor" did the trick, from that UI you can see the option to automatically connect to vpn and chose the reconfigured ones.

              – Ajith R Nair
              Jul 18 '18 at 2:24













              1














              An addition to @dobey answer.



              I found that the icon on the password setting on the VPN connfig window
              is actually clickable. It allows other system users to use vpn password,
              which is required to automatically connect to vpn after suspend.



              enter image description here






              share|improve this answer




























                1














                An addition to @dobey answer.



                I found that the icon on the password setting on the VPN connfig window
                is actually clickable. It allows other system users to use vpn password,
                which is required to automatically connect to vpn after suspend.



                enter image description here






                share|improve this answer


























                  1












                  1








                  1







                  An addition to @dobey answer.



                  I found that the icon on the password setting on the VPN connfig window
                  is actually clickable. It allows other system users to use vpn password,
                  which is required to automatically connect to vpn after suspend.



                  enter image description here






                  share|improve this answer













                  An addition to @dobey answer.



                  I found that the icon on the password setting on the VPN connfig window
                  is actually clickable. It allows other system users to use vpn password,
                  which is required to automatically connect to vpn after suspend.



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 25 '18 at 20:35









                  cutalioncutalion

                  1112




                  1112























                      0














                      When OpenVPN is already installed on your computer and have the configurations for OpenVPN, then follow this steps:




                      1. Unpack the configuration-zip: unzip openvpn.zip

                      2. Move to the OpenVPN directory and rename it to “openvpn.conf.”: sudo cp ~/Downloads/OpenVPN/'Northeast US.ovpn' /etc/openvpn/openvpn.conf


                      3. To login automatically every time you connect do this: Open “/etc/openvpn/openvpn.conf” with sudo, then search for the line auth-user-pass and add auth.txt. ----> How does it looks like: auth-user-pass auth.txt! Crate the file in the following directory "/etc/openvpn”and type in there your username and password. More about that here.

                      4. Make sure OpenVPN starts up every time you turn-on your computer: sudo
                        systemctl enable openvpn


                      5. Restart the computer and test your connection with services like whoer.net






                      share|improve this answer
























                      • Before downvoting! Plz say whats wrong with the answer!

                        – Stackcraft_noob
                        May 7 '18 at 19:51











                      • Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

                        – 0x49D1
                        May 7 '18 at 20:20






                      • 1





                        I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

                        – dobey
                        May 7 '18 at 20:58











                      • @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

                        – Stackcraft_noob
                        May 7 '18 at 21:10











                      • @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

                        – user383919
                        Aug 14 '18 at 3:42
















                      0














                      When OpenVPN is already installed on your computer and have the configurations for OpenVPN, then follow this steps:




                      1. Unpack the configuration-zip: unzip openvpn.zip

                      2. Move to the OpenVPN directory and rename it to “openvpn.conf.”: sudo cp ~/Downloads/OpenVPN/'Northeast US.ovpn' /etc/openvpn/openvpn.conf


                      3. To login automatically every time you connect do this: Open “/etc/openvpn/openvpn.conf” with sudo, then search for the line auth-user-pass and add auth.txt. ----> How does it looks like: auth-user-pass auth.txt! Crate the file in the following directory "/etc/openvpn”and type in there your username and password. More about that here.

                      4. Make sure OpenVPN starts up every time you turn-on your computer: sudo
                        systemctl enable openvpn


                      5. Restart the computer and test your connection with services like whoer.net






                      share|improve this answer
























                      • Before downvoting! Plz say whats wrong with the answer!

                        – Stackcraft_noob
                        May 7 '18 at 19:51











                      • Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

                        – 0x49D1
                        May 7 '18 at 20:20






                      • 1





                        I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

                        – dobey
                        May 7 '18 at 20:58











                      • @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

                        – Stackcraft_noob
                        May 7 '18 at 21:10











                      • @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

                        – user383919
                        Aug 14 '18 at 3:42














                      0












                      0








                      0







                      When OpenVPN is already installed on your computer and have the configurations for OpenVPN, then follow this steps:




                      1. Unpack the configuration-zip: unzip openvpn.zip

                      2. Move to the OpenVPN directory and rename it to “openvpn.conf.”: sudo cp ~/Downloads/OpenVPN/'Northeast US.ovpn' /etc/openvpn/openvpn.conf


                      3. To login automatically every time you connect do this: Open “/etc/openvpn/openvpn.conf” with sudo, then search for the line auth-user-pass and add auth.txt. ----> How does it looks like: auth-user-pass auth.txt! Crate the file in the following directory "/etc/openvpn”and type in there your username and password. More about that here.

                      4. Make sure OpenVPN starts up every time you turn-on your computer: sudo
                        systemctl enable openvpn


                      5. Restart the computer and test your connection with services like whoer.net






                      share|improve this answer













                      When OpenVPN is already installed on your computer and have the configurations for OpenVPN, then follow this steps:




                      1. Unpack the configuration-zip: unzip openvpn.zip

                      2. Move to the OpenVPN directory and rename it to “openvpn.conf.”: sudo cp ~/Downloads/OpenVPN/'Northeast US.ovpn' /etc/openvpn/openvpn.conf


                      3. To login automatically every time you connect do this: Open “/etc/openvpn/openvpn.conf” with sudo, then search for the line auth-user-pass and add auth.txt. ----> How does it looks like: auth-user-pass auth.txt! Crate the file in the following directory "/etc/openvpn”and type in there your username and password. More about that here.

                      4. Make sure OpenVPN starts up every time you turn-on your computer: sudo
                        systemctl enable openvpn


                      5. Restart the computer and test your connection with services like whoer.net







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered May 7 '18 at 19:02









                      Stackcraft_noobStackcraft_noob

                      1807




                      1807













                      • Before downvoting! Plz say whats wrong with the answer!

                        – Stackcraft_noob
                        May 7 '18 at 19:51











                      • Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

                        – 0x49D1
                        May 7 '18 at 20:20






                      • 1





                        I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

                        – dobey
                        May 7 '18 at 20:58











                      • @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

                        – Stackcraft_noob
                        May 7 '18 at 21:10











                      • @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

                        – user383919
                        Aug 14 '18 at 3:42



















                      • Before downvoting! Plz say whats wrong with the answer!

                        – Stackcraft_noob
                        May 7 '18 at 19:51











                      • Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

                        – 0x49D1
                        May 7 '18 at 20:20






                      • 1





                        I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

                        – dobey
                        May 7 '18 at 20:58











                      • @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

                        – Stackcraft_noob
                        May 7 '18 at 21:10











                      • @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

                        – user383919
                        Aug 14 '18 at 3:42

















                      Before downvoting! Plz say whats wrong with the answer!

                      – Stackcraft_noob
                      May 7 '18 at 19:51





                      Before downvoting! Plz say whats wrong with the answer!

                      – Stackcraft_noob
                      May 7 '18 at 19:51













                      Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

                      – 0x49D1
                      May 7 '18 at 20:20





                      Thank you for the answer, I'll try to use openvpn service tomorrow. For now I've imported openvpn profile of my VPN provider, so that standard VPN interface from 18.04 works. But there is no option for autoconnect to VPN when WIFI is on imgur.com/a/wV48kjn . PS: Don't know who has downvoted, your answer seems logical to me.

                      – 0x49D1
                      May 7 '18 at 20:20




                      1




                      1





                      I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

                      – dobey
                      May 7 '18 at 20:58





                      I downvoted because this instructs you to configure OpenVPN outside the scope of network-manager, and makes assumptions about what your VPN configuration is actually like.

                      – dobey
                      May 7 '18 at 20:58













                      @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

                      – Stackcraft_noob
                      May 7 '18 at 21:10





                      @dobey as I readed in the tag section the question is about OpenVPN, so I focused on that. Also the network-manager isn't the only way to do this. My answer is just a possible solution of many.

                      – Stackcraft_noob
                      May 7 '18 at 21:10













                      @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

                      – user383919
                      Aug 14 '18 at 3:42





                      @Stackcraft_noob, dobey makes a good point. this is also just bad practice. you should use apt, synaptic, or some other manager to stream line the install which is always simpler. also, ubuntu uses network manager as its network service so it makes sense to make sure nm realizes it's there. vpn is really easy to set up in ubuntu and makes up for mistakes a user could make on their own.

                      – user383919
                      Aug 14 '18 at 3:42











                      0














                      It's not shown in the GUI, but you can still type



                      nm-connection-editor



                      in a terminal and select 'always connect to vpn...' under settings > general tab.






                      share|improve this answer




























                        0














                        It's not shown in the GUI, but you can still type



                        nm-connection-editor



                        in a terminal and select 'always connect to vpn...' under settings > general tab.






                        share|improve this answer


























                          0












                          0








                          0







                          It's not shown in the GUI, but you can still type



                          nm-connection-editor



                          in a terminal and select 'always connect to vpn...' under settings > general tab.






                          share|improve this answer













                          It's not shown in the GUI, but you can still type



                          nm-connection-editor



                          in a terminal and select 'always connect to vpn...' under settings > general tab.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 5 at 0:32









                          user1389840user1389840

                          83




                          83






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • 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%2faskubuntu.com%2fquestions%2f1033278%2fautomatically-turn-on-vpn-on-computer-unlock-ubuntu-18-04%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

                              How to change which sound is reproduced for terminal bell?

                              Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                              Can I use Tabulator js library in my java Spring + Thymeleaf project?