To:
Sent: Tuesday, November 24, 2015 8:13 PM
Subject: Re: [Openvpn-users] Can't ping another box behind OpenVPN server
> Thanks for that option, and the specific command relative to my network,
> although I am less comfortable with making changes in iptables than
> addressing this
Thanks for that option, and the specific command relative to my network,
although I am less comfortable with making changes in iptables than
addressing this directly through proper routing, and I would like to
avoid the disadvantage you mentioned. But out of curiosity, I have also
seen referen
Den 19-11-2015 kl. 22:09 skrev jbo...@meridianenv.com:
> Greetings -
>
> I have a working OpenVPN server that I can access remotely, but now I want
> to access another box behind the OpenVPN server from the remote client. I
> have read the how-to's and FAQ on the OpenVPN website, and I believe tha
would add the static route to the pfsense router
> pointing at the LAN IP of your VPN server.
>
> Regards
>
>
> - Original Message - From:
> To:
> Sent: Thursday, November 19, 2015 9:09 PM
> Subject: [Openvpn-users] Can't ping another box behind Ope
Hi Jeff,
If there is only one server behind the VPN server you want to reach, the
easiest is to add the route directly on that server and not touch the
gateway at all.
If it's a linux machine just run:
$ ip route add 10.9.8.0/24 via 192.168.112.50
(for windows the syntax is a little different,
lly added)
+ Enabled = Yes
+ Description = your text
= Save
And that would add the static route to the pfsense router
pointing at the LAN IP of your VPN server.
Regards
- Original Message -
From:
To:
Sent: Thursday, November 19, 2015 9:09 PM
Subject: [Openvpn-users] Can't pi
Greetings -
I have a working OpenVPN server that I can access remotely, but now I want
to access another box behind the OpenVPN server from the remote client. I
have read the how-to's and FAQ on the OpenVPN website, and I believe that
I need to make one change which is described by this statement