I had set openvpn 's config as
route 10.8.0.0 255.255.255.0 push "route 10.8.0.0 255.255.255.0" client-to-client and set ccd/username as
iroute 10.8.0.0 255.255.255.0 BUT, the client's netmask was 255.255.255.252 yet. and server's ifconfig is:
tun0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 inet addr:10.8.0.1 P-t-P:10.8.0.2 Mask:255.255.255.255 UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1 I want to set client and server 's mask as 255.255.255.0, for client-to-client communication.