OpenVPN solution/options for traffic reduction?OpenVPN Route traffic through Windows XPOpenVPN make redirect-gateway optionalhow to pass traffic for port 80 not through openvpn?Openvpn server not forwarding ping traffic from tun0 to eth0 for rest of the hosts in the subnetHow do I route all traffic from clients connected to the DD-WRT to its OpenVPN tunnel tun0?openvpn connection without forwarding all trafficopenvpn bandwidth and ping fluctuationsOpenVPN needs a gateway parameter fo a --route optionhow to check whether lzo is working in openvpnHow to set OpenVPN client to force traffic through VPN Server?

How can I roleplay a follower-type character when I as a player have a leader-type personality?

Can there be a single technologically advanced nation, in a continent full of non-technologically advanced nations?

Word meaning as function of the composition of its phonemes

IP addresses from public IP block in my LAN

I'm in your subnets, golfing your code

Does it make sense for a function to return an rvalue reference?

Nominativ or Akkusativ

How can internet speed be 10 times slower without a router than when using a router?

Would glacier 'trees' be plausible?

Floor of Riemann zeta function

Should I decline this job offer that requires relocating to an area with high cost of living?

Understanding trademark infringements in a world where many dictionary words are trademarks?

3D Volume in TIKZ

Identifying characters

Why do people keep telling me that I am a bad photographer?

How can I support myself financially as a 17 year old with a loan?

How to adjust tikz picture so it fits to current size of a table cell?

How to increase the size of the cursor in Lubuntu 19.04?

Are there any of the Children of the Forest left, or are they extinct?

Why aren't nationalizations in Russia described as socialist?

US born but as a child of foreign diplomat

Where is the documentation for this ex command?

Point of the Dothraki's attack in GoT S8E3?

Where are the "shires" in the UK?



OpenVPN solution/options for traffic reduction?


OpenVPN Route traffic through Windows XPOpenVPN make redirect-gateway optionalhow to pass traffic for port 80 not through openvpn?Openvpn server not forwarding ping traffic from tun0 to eth0 for rest of the hosts in the subnetHow do I route all traffic from clients connected to the DD-WRT to its OpenVPN tunnel tun0?openvpn connection without forwarding all trafficopenvpn bandwidth and ping fluctuationsOpenVPN needs a gateway parameter fo a --route optionhow to check whether lzo is working in openvpnHow to set OpenVPN client to force traffic through VPN Server?






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








1















I am looking into VPN for the purpose of traffic reduction on the client side. CPU load is secondary.



Is lzo good enough to beat the overhead malus?



Are there other options to tune compression in OpenVPN?



Are there possible other options for a "compression gateway"?










share|improve this question




























    1















    I am looking into VPN for the purpose of traffic reduction on the client side. CPU load is secondary.



    Is lzo good enough to beat the overhead malus?



    Are there other options to tune compression in OpenVPN?



    Are there possible other options for a "compression gateway"?










    share|improve this question
























      1












      1








      1


      1






      I am looking into VPN for the purpose of traffic reduction on the client side. CPU load is secondary.



      Is lzo good enough to beat the overhead malus?



      Are there other options to tune compression in OpenVPN?



      Are there possible other options for a "compression gateway"?










      share|improve this question














      I am looking into VPN for the purpose of traffic reduction on the client side. CPU load is secondary.



      Is lzo good enough to beat the overhead malus?



      Are there other options to tune compression in OpenVPN?



      Are there possible other options for a "compression gateway"?







      openvpn network-traffic






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 14 '15 at 12:14









      Jodka LemonJodka Lemon

      8311




      8311




















          2 Answers
          2






          active

          oldest

          votes


















          1














          Reducing bandwidth can be handled in a variety of ways:



          • compression

          • caching with a proxy like squid

          • eliminating traffic. Installing ad blockers has been shown to reduce bandwidth consumed by 25-50%.





          share|improve this answer






























            0














            Compression only works if the data you are transmitting can be compressed well. Binary data does not compress well, so if you are going from client to HTTPS sites through an OpenVPN tunnel, you will have both the overhead of encryption and compression without much gain in reducing your bandwidth. It wasn't clear to me if client CPU load was a secondary concern or not... If you are worried about client CPU as well, then you are fighting a losing battle.



            Now, if you are passing traffic that can be compressed (raw text/html, etc.) then it might be beneficial. Configuring OpenVPN can be tricky to get right though. Google will be your friend there...






            share|improve this answer























              Your Answer








              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "2"
              ;
              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%2fserverfault.com%2fquestions%2f714198%2fopenvpn-solution-options-for-traffic-reduction%23new-answer', 'question_page');

              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              1














              Reducing bandwidth can be handled in a variety of ways:



              • compression

              • caching with a proxy like squid

              • eliminating traffic. Installing ad blockers has been shown to reduce bandwidth consumed by 25-50%.





              share|improve this answer



























                1














                Reducing bandwidth can be handled in a variety of ways:



                • compression

                • caching with a proxy like squid

                • eliminating traffic. Installing ad blockers has been shown to reduce bandwidth consumed by 25-50%.





                share|improve this answer

























                  1












                  1








                  1







                  Reducing bandwidth can be handled in a variety of ways:



                  • compression

                  • caching with a proxy like squid

                  • eliminating traffic. Installing ad blockers has been shown to reduce bandwidth consumed by 25-50%.





                  share|improve this answer













                  Reducing bandwidth can be handled in a variety of ways:



                  • compression

                  • caching with a proxy like squid

                  • eliminating traffic. Installing ad blockers has been shown to reduce bandwidth consumed by 25-50%.






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 14 '15 at 12:38









                  chickschicks

                  3,07072033




                  3,07072033























                      0














                      Compression only works if the data you are transmitting can be compressed well. Binary data does not compress well, so if you are going from client to HTTPS sites through an OpenVPN tunnel, you will have both the overhead of encryption and compression without much gain in reducing your bandwidth. It wasn't clear to me if client CPU load was a secondary concern or not... If you are worried about client CPU as well, then you are fighting a losing battle.



                      Now, if you are passing traffic that can be compressed (raw text/html, etc.) then it might be beneficial. Configuring OpenVPN can be tricky to get right though. Google will be your friend there...






                      share|improve this answer



























                        0














                        Compression only works if the data you are transmitting can be compressed well. Binary data does not compress well, so if you are going from client to HTTPS sites through an OpenVPN tunnel, you will have both the overhead of encryption and compression without much gain in reducing your bandwidth. It wasn't clear to me if client CPU load was a secondary concern or not... If you are worried about client CPU as well, then you are fighting a losing battle.



                        Now, if you are passing traffic that can be compressed (raw text/html, etc.) then it might be beneficial. Configuring OpenVPN can be tricky to get right though. Google will be your friend there...






                        share|improve this answer

























                          0












                          0








                          0







                          Compression only works if the data you are transmitting can be compressed well. Binary data does not compress well, so if you are going from client to HTTPS sites through an OpenVPN tunnel, you will have both the overhead of encryption and compression without much gain in reducing your bandwidth. It wasn't clear to me if client CPU load was a secondary concern or not... If you are worried about client CPU as well, then you are fighting a losing battle.



                          Now, if you are passing traffic that can be compressed (raw text/html, etc.) then it might be beneficial. Configuring OpenVPN can be tricky to get right though. Google will be your friend there...






                          share|improve this answer













                          Compression only works if the data you are transmitting can be compressed well. Binary data does not compress well, so if you are going from client to HTTPS sites through an OpenVPN tunnel, you will have both the overhead of encryption and compression without much gain in reducing your bandwidth. It wasn't clear to me if client CPU load was a secondary concern or not... If you are worried about client CPU as well, then you are fighting a losing battle.



                          Now, if you are passing traffic that can be compressed (raw text/html, etc.) then it might be beneficial. Configuring OpenVPN can be tricky to get right though. Google will be your friend there...







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 14 '15 at 13:46









                          pedwardspedwards

                          101




                          101



























                              draft saved

                              draft discarded
















































                              Thanks for contributing an answer to Server Fault!


                              • 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%2fserverfault.com%2fquestions%2f714198%2fopenvpn-solution-options-for-traffic-reduction%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 write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                              What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                              Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos