So i'm having a small issue where I'm connecting clients to a remote openVPN server.
Everything works fine but while the connection is established I lose local LAN access rightfully so.
I'm trying to figure out how I could modify the client config file to push the local lan route (ideally 2 different lans, one for work one for home... i'd be OK using 2 separate configs if needed).
no lan access for clients connected to remote openVPN server
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
-
- OpenVpn Newbie
- Posts: 5
- Joined: Thu Sep 19, 2013 6:15 pm
- Traffic
- OpenVPN Protagonist
- Posts: 4066
- Joined: Sat Aug 09, 2014 11:24 am
Re: no lan access for clients connected to remote openVPN se
Please post your configs and logs ..
-
- OpenVpn Newbie
- Posts: 5
- Joined: Thu Sep 19, 2013 6:15 pm
Re: no lan access for clients connected to remote openVPN se
client
dev tun
proto udp
remote us-east.privateinternetaccess.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.pem
<ca>
-----BEGIN CERTIFICATE-----
CERT HERE
-----END CERTIFICATE-----
</ca>
No server config since I don't manage that side... Trying to push the route to the client so they have access to the local lan from which they are connected to the OpenVPN server.
dev tun
proto udp
remote us-east.privateinternetaccess.com 1194
resolv-retry infinite
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
auth-user-pass
comp-lzo
verb 1
reneg-sec 0
crl-verify crl.pem
<ca>
-----BEGIN CERTIFICATE-----
CERT HERE
-----END CERTIFICATE-----
</ca>
No server config since I don't manage that side... Trying to push the route to the client so they have access to the local lan from which they are connected to the OpenVPN server.
- Traffic
- OpenVPN Protagonist
- Posts: 4066
- Joined: Sat Aug 09, 2014 11:24 am
Re: no lan access for clients connected to remote openVPN se
Speak to the people that do ..samw5 wrote:No server config since I don't manage that side
Openvpn client does not push anything .. I think you misunderstand how openvpn works.samw5 wrote:how I could modify the client config file to push the local lan route (ideally 2 different lans, one for work one for home
community-open-source-software-overview
-
- OpenVpn Newbie
- Posts: 5
- Joined: Thu Sep 19, 2013 6:15 pm
Re: no lan access for clients connected to remote openVPN se
Was under the impression I could add my own static route via the client config