No access to share although server connect and ping ok

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

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

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
crossy-hl
OpenVpn Newbie
Posts: 1
Joined: Sun Feb 05, 2012 1:43 pm

No access to share although server connect and ping ok

Post by crossy-hl » Sun Feb 05, 2012 2:14 pm

Hi,

I need some help, since the client can connect to vpn server (client gui green) but there is no access to shares.
I successfully set up a server under WinXP Prof. (gui icon shows green) under the following conditions:
- Server part of LAN
- Router IP: 192.168.1.254
- static IP of Server PC: 192.168.1.6
- IP forwarding switched on in Win registry and Router
- Client PC not in part of LAN
- VPN client is DHCP client

The handshaking between vpn server on client does not give any error or warning messages and ping to 10.8.0.1 (VPN server) is ok.

What is wrong??


Thanks

Christian
-------------------------------------------
Contents of server.ovpn:
-------------------------------------------

port 1194
proto udp
dev tun

ca C:\\Programme\\OpenVPN\\easy-rsa\\keys\\ca.crt
cert C:\\Programme\\OpenVPN\\easy-rsa\\keys\\server.crt
key C:\\Programme\\OpenVPN\\easy-rsa\\keys\\server.key # This file should be kept secret
dh C:\\Programme\\OpenVPN\\easy-rsa\\keys\\dh1024.pem

server 10.8.0.0 255.255.255.0
ifconfig-pool-persist C:\\Programme\\OpenVPN\\ipp.txt
push "route 192.168.1.0 255.255.255.0"
client-to-client
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3

--------------------------------------------------
Contents of client.ovpen
--------------------------------------------------

client
dev tun
proto udp
remote 92.230.248.86 1194
resolv-retry infinite
nobind
persist-key
persist-tun

ca /home/christian/.openvpn/ca.crt
cert /home/christian/.openvpn/christian.crt
key /home/christian/.openvpn/christian.key
ns-cert-type server
comp-lzo
verb 3
Last edited by Mimiko on Mon Feb 27, 2012 8:23 pm, edited 1 time in total.
Reason: Removed lots of comment in the config file.

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

Re: No access to share although server connect and ping ok

Post by Mimiko » Mon Feb 27, 2012 8:24 pm

Disable firewall on tap-adapter.

Post Reply