Cannot access lan from VPN Server
Posted: 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
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