Hi everyone,
Just a preface, I'm new to VPNs, so I apologize in advance if this seems simplistic.
My OpenVPN setup is as follows
Laptop w open VPN ----> ClearOS Box with OpenVPN server ----> LAN computers
Both the ClearOS box and the internal LAN computers have shares on them I would like to access, but for now I'll settle for the ClearOS share since it is actually on the server. I have openVPN setup and running on both the client and server and a connection is made. OpenVPN pops up on the client saying I have an ip of 10.8.0.6 and I can successfully ping the server (10.8.0.1). I cannot, however, see any shares on the server or computers internal to the server. Any help would be greatly appreciated. Thanks in advance.
Client config:
client
remote serverip.com 1194
dev tun
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca-cert.pem
cert client-cert.pem
key client-key.pem
ns-cert-type server
comp-lzo
verb 3
auth-user-pass
VPN connects and pings server, cannot see any shares
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.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVpn Newbie
- Posts: 1
- Joined: Sat Nov 06, 2010 1:20 am
-
- Forum Team
- Posts: 117
- Joined: Tue Jun 09, 2009 4:25 pm
- Location: St. Louis, MO USA
Re: VPN connects and pings server, cannot see any shares
Do you have IP routing enabled?
What errors do you get when trying to ping a machine on the remote LAN?
How are you trying to access these shares?
Can you post your server config without comments?
What errors do you get when trying to ping a machine on the remote LAN?
How are you trying to access these shares?
Can you post your server config without comments?