Hi All
Want to add the conf files also 
Added server and client conf 
thanks

On Friday, August 8, 2014 10:58:29 AM UTC+4, Saji (Joseph John ) wrote:
>
> Hi All, 
> This is the continuation of the mail which I had posted with the subject  
> [Help requested for route command ( To access other side of VPN Server )] 
>
>

-- 
-- 
"Freedom is the only law". 
"Freedom Unplugged"
http://www.ilug-tvm.org

You received this message because you are subscribed to the Google
Groups "ilug-tvm" group.
To control your subscription visit 
http://groups.google.co.in/group/ilug-tvm/subscribe
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]



For details visit the google group page: 
http://groups.google.com/group/ilug-tvm?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Free 
Software Users Group,  Thiruvananthapuram" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.
[root@vpn ~]# cat /etc/openvpn/server.conf 
port 10351 #- port
proto udp #- protocol
dev tun
tun-mtu 1500
tun-mtu-extra 32
mssfix 1450
reneg-sec 0
ca /etc/openvpn/easy-rsa/2.0/keys/ca.crt
cert /etc/openvpn/easy-rsa/2.0/keys/server.crt
key /etc/openvpn/easy-rsa/2.0/keys/server.key    # This  key should be secret 
dh /etc/openvpn/easy-rsa/2.0/keys/dh1024.pem
server 10.28.0.0 255.255.255.0
tls-server
push "route 192.168.50.0 255.255.255.0"
#push "route 172.16.6.0 255.255.255.0"
#push "route 172.16.5.0 255.255.255.0"
push "route 192.168.3.0 255.255.255.0"
client-to-client
client-config-dir /etc/openvpn/clients 
# cat /etc/openvpn/clients/myclient 
#iroute 192.168.3.0 255.255.255.0
route 192.168.25.0 255.255.255.0
keepalive 10 120
persist-key
persist-tun
duplicate-cn
status 1194.log
verb 3
[root@vpn ~]# 

Attachment: cleint.ovpn
Description: Binary data

Reply via email to