Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Openvpn setup problem

Status
Not open for further replies.

chuka

IS-IT--Management
Feb 23, 2002
90
US
Hi

I need some help setting up an OpenVPN, here is the setup:

I have home networking with few computers running winxp, one of the computers is the openvpn computer (winxp).
I have a router and I opened port 23 for the VPN (not 1194).
I forwarded port 23 to the openvpn computer.
My homme networking is on 192.168.1.0 subnet
My openVPN is configured to be on 192.168.10.0 subnet.

My openvpn computer has an ip address of 192.168.17 ( static )
I'm able to establish a vpn connection, I'm able to ping the 192.168.10.1 ip address.
I'm able to ping to 192.168.1.17 address.
I'm unable to ping any other computer on the network with subnet 192.168.1.x.

I do not have firewall running on this computer.
I enabled in the registry the ip forwarding.
Any ideas will be appriciated.

My server configuration is:
-----------------------------------------------------
local 192.168.1.17
port 23
proto tcp
dev tun
ca "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\server.crt"
key "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\server.key" # This file should be kept secret
dh "C:\\Program Files\\OpenVPN\\easy-rsa\\keys\\dh1024.pem"
server 192.168.10.0 255.255.255.128
ifconfig-pool-persist ipp.txt
push "route 192.168.1.0 255.255.255.0"
cipher BF-CBC # Blowfish (default)
comp-lzo
max-clients 1
persist-key
persist-tun
status openvpn-status.log
verb 3

----------------------------------------------------------
 
Nevermind I was able to resolve teh problem by using device tap instead of tun
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top