data compressing

This forum is for admins who are looking to build or expand their OpenVPN setup.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
mobeelco
OpenVpn Newbie
Posts: 8
Joined: Sat Apr 16, 2011 12:07 am

data compressing

Post by mobeelco » Tue May 03, 2011 11:43 pm

hello
is openvpn support data compressing between server and client ?
i need to compress the data to reduce use of client bandwidth to half

it's possible ?

User avatar
janjust
Forum Team
Posts: 2703
Joined: Fri Aug 20, 2010 2:57 pm
Location: Amsterdam
Contact:

Re: data compressing

Post by janjust » Wed May 04, 2011 6:09 am

using

Code: Select all

comp-lzo
you can compress the data between client and server; whether you'll get data reduction rates of 50% depends on the type of data that flows over the tunnel; plain text might be compressed up to 50% but already compressed data (JPGs, MP3, etc) will not be compressed.

Post Reply