Re: [Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-25 Thread debbie10t
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

Re: [Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-24 Thread Jeff Boyce
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

Re: [Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-21 Thread Morten Christensen
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

Re: [Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-20 Thread Jeff Boyce
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

Re: [Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-20 Thread Mathias Jeschke
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,

Re: [Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-19 Thread debbie10t
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

[Openvpn-users] Can't ping another box behind OpenVPN server

2015-11-19 Thread jboyce
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