[OpenVPN home] [Date Prev] [Date Index] [Date Next]
[OpenVPN mailing lists] [Thread Prev] [Thread Index] [Thread Next]
Google
 
Web openvpn.net

[Openvpn-users] -Help , I am trying to figure OPENVPN out


  • Subject: [Openvpn-users] -Help , I am trying to figure OPENVPN out
  • From: kozlowpj@xxxxxxxxxxx
  • Date: Wed, 07 Feb 2007 00:29:32 +0000

Hi All,
 
I have been trying to figure out this program. I have currently 1 Server with 1 client . I have finally been able to connect the client to the server and ping each other , but unable to see the internal networks. I have search the web but still have yet to find the information I need. Below , you will find copy of both server and client config files .   Thanks for your time.
 
Server.ovpn
 

local 10.10.101.110

dev tap

port 1190

proto udp

mssfix 1400

push "dchp-option DNS 68.87.72.130"

push "dchp-option DNS 68.87.77.130"

float

#allows the remote vpn partner to change

#the remote IP address

ca ca.crt

cert server.crt

key server.key

dh dh1024.pem

server 10.10.110.0 255.255.255.128

ifconfig-pool-persist ipp.txt # what & where is contained in this file?

push "redirect-gateway def1"

push "route 192.168.1.0 255.255.255.0" # VPN Hardware remote network

push "route 10.68.54.0 255.255.255.0" # VPN Hardware remote network

push "route 10.10.101.0 255.255.255.0" # Internal network

keepalive 10 120

cipher DES-EDE3-CBC

status openvpn-status.log

max-clients 6

persist-key

persist-tun

mute 20

verb 1

#

inactive 3600

#ping-exit 3600

#ping-restart 300

#management 10.10.101.110 5702
 
Client
 
client
dev tap
proto udp
remote x.x.x.x 1190
float
dev-node Local-1
route 10.10.101.0 255.255.255.0 vpn_gateway 3
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server
cipher DES-EDE3-CBC
verb 1
mute 20
inactive 3600
ping-exit 3600
ping-restart 300
 
Concerned User
-------------------------------------------------------------------------
Get stuff done quickly with pre-integrated technology to make your job easier.
_______________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users