I have CentOS 5.5 with OpenVPN 2.1.4 and Windows Clients with OpenVPN 2.1.4 version too. I have to see clients connected into the network (I will have approximately 50 clients connected into this server), so I add client-to-client flag into the server config which you can see bellow. When I copy data between client and server averything works fine, but when I want copy data between client and another client via FTP the communication is 10 times slower and ftp communication crashes and starts again. Applications using UDP packets which communicates between two clients don't work properly too

Do you have any idea what is wrong?
Best Regards.
Myth Rush
mode server
tls-server
proto udp
user openvpn
group openvpn
dev tap
comp-lzo
ifconfig 10.200.0.1 255.255.0.0
ifconfig-pool 10.200.0.2 10.200.255.254 255.255.0.0
tls-auth /etc/openvpn/ta.key 0
ca /etc/openvpn/ca.crt
cert /etc/openvpn/server.crt
key /etc/openvpn/server.key
dh /etc/openvpn/dh2048.pem
client-to-client
client-config-dir /etc/openvpn/ccd
ccd-exclusive
verb 4
mute 3
keepalive 10 120