Hi
I am new to openvpn.
I was wondering am I able to setup openvpn server and client on windows 7 32bit.
Note: Both the server and client are on the same domain network. (eg.xxxx.org)
If so, should i use routing or bridging for my case.
In mytesting, i am able to assign my server with ip address 10.8.0.1 using routing.
However, i am not able to sucessfully establish a connection for my client side.
Please any advice are welcome.
Setting up openvpn server and client on windows 7
-
- OpenVpn Newbie
- Posts: 15
- Joined: Tue Mar 20, 2012 4:13 pm
-
- Forum Team
- Posts: 117
- Joined: Tue Jun 09, 2009 4:25 pm
- Location: St. Louis, MO USA
Re: Setting up openvpn server and client on windows 7
Are they on the same subnet?Note: Both the server and client are on the same domain network. (eg.xxxx.org)
Please post server and client configs.
-
- OpenVpn Newbie
- Posts: 15
- Joined: Tue Mar 20, 2012 4:13 pm
Re: Setting up openvpn server and client on windows 7
Thank you for the reply.
Yes they are from the same subnet.
The server and client config are as followed:
Server:
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
keepalive 10 120
comp-lzo
persist-key
persist-tun
verb 3
client:
client
dev tun
proto udp
remote 10.8.0.1 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
ns-cert-type server
comp-lzo
verb 3
ping 10
ping-restart 60
Yes they are from the same subnet.
The server and client config are as followed:
Server:
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
keepalive 10 120
comp-lzo
persist-key
persist-tun
verb 3
client:
client
dev tun
proto udp
remote 10.8.0.1 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client.crt
key client.key
ns-cert-type server
comp-lzo
verb 3
ping 10
ping-restart 60
- maikcat
- Forum Team
- Posts: 4200
- Joined: Wed Jan 12, 2011 9:23 am
- Location: Athens,Greece
- Contact:
Re: Setting up openvpn server and client on windows 7
hi there,
10.8.0.1 is the openvpn virtual interface address..
you must use the lan ip of your server to connect.
what lan ips your pcs have?
Michael.
10.8.0.1 is the openvpn virtual interface address..
you must use the lan ip of your server to connect.
what lan ips your pcs have?
Michael.
Amiga 500 , Zx +2 owner
Long live Dino Dini (Kick off 2 Creator)
Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)
"objects in mirror are losing"
Long live Dino Dini (Kick off 2 Creator)
Inflammable means flammable? (Dr Nick Riviera,Simsons Season13)
"objects in mirror are losing"
-
- OpenVpn Newbie
- Posts: 15
- Joined: Tue Mar 20, 2012 4:13 pm
Re: Setting up openvpn server and client on windows 7
Hi
Thank you for the reply.
I have the solve the issue by changing the ip address to the lan of my computer.
Thank you once again.
Thank you for the reply.
I have the solve the issue by changing the ip address to the lan of my computer.
Thank you once again.