Cannot access lan from VPN Server

Need help configuring your VPN? Just post here and you'll get that help.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Post Reply
sandeep.gupta
OpenVpn Newbie
Posts: 2
Joined: Tue Oct 11, 2011 1:59 pm

Cannot access lan from VPN Server

Post by sandeep.gupta » Tue Oct 11, 2011 2:29 pm

I am using Windows Server 2008 64bit for VPN server and Windows 7 32bit for Client. Server is in office lan and client is a standalone pc from home.
I am able to connect to VPN server but not able to access other pc from VPN server lan.

I went through other posts from the forum and did changes in server.ovpn files and enabled ip routing in the registry.

I am new to OpenVPN.

Server.ovpn

Code: Select all

port 1194
proto udp
dev tun
ca  "C:\\Program Files (x86)\\OpenVPN\\config\\ca.crt"
cert  "C:\\Program Files (x86)\\OpenVPN\\config\\server.crt"
key  "C:\\Program Files (x86)\\OpenVPN\\config\\server.key"  
dh "C:\\Program Files (x86)\\OpenVPN\\config\\dh1024.pem"
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 192.168.15.90 255.255.255.0"
push "dhcp-option WINS 192.168.15.90"
push "dhcp-option DNS 192.168.15.90"
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3

User avatar
Mimiko
Forum Team
Posts: 1564
Joined: Wed Sep 22, 2010 3:18 am

Re: Cannot access lan from VPN Server

Post by Mimiko » Tue Oct 11, 2011 8:16 pm

Thise thread address same configuration: topic8593.html
And take a look at this too: topic8922.html

sandeep.gupta
OpenVpn Newbie
Posts: 2
Joined: Tue Oct 11, 2011 1:59 pm

Re: Cannot access lan from VPN Server

Post by sandeep.gupta » Thu Oct 13, 2011 12:51 pm

Mimiko wrote:Thise thread address same configuration: topic8593.html
And take a look at this too: topic8922.html
Thanks for the reply.
I will try it and will let you know.

Post Reply