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;
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
add a comment |
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
add a comment |
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
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
openvpn network-traffic
asked Aug 14 '15 at 12:14
Jodka LemonJodka Lemon
8311
8311
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
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%.
add a comment |
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...
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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%.
add a comment |
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%.
add a comment |
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%.
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%.
answered Aug 14 '15 at 12:38
chickschicks
3,07072033
3,07072033
add a comment |
add a comment |
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...
add a comment |
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...
add a comment |
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...
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...
answered Aug 14 '15 at 13:46
pedwardspedwards
101
101
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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