Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Mike Morris
On 11/13/2014 01:14 AM, Jan Just Keijser wrote: > Hi Mike, > > Mike Morris wrote: >> This is probably too basic to be easily found with my searches :^) >> >> Before installing ovpn community edition as a server, I want to >> understand what side effects there are. For instance, running ovpn as >>

Re: [Openvpn-users] Building v2.3.5 for RHEL/CentOS 6

2014-11-13 Thread p50bac
On Thu, Nov 13, 2014, at 01:25 PM, Nikolaos Milas wrote: > # rpm -qa | grep pkcs11 > pkcs11-helper-1.07-5.el6.x86_64 > pkcs11-helper-devel-1.07-5.el6.x86_64 I build from git/head, not 2.3.5 sources, but check your config log for the version of pkcs* expected. E.g. here, V >= 1.11 is

Re: [Openvpn-users] Building v2.3.5 for RHEL/CentOS 6

2014-11-13 Thread Gert Doering
Hi, On Thu, Nov 13, 2014 at 11:25:51PM +0200, Nikolaos Milas wrote: > The problem I have is that during building I get an error: > > configure: error: PKCS11 enabled but libpkcs11-helper is missing > > although packages and libs for pkcs11-helper are installed fine: > > # rpm -qa | grep

[Openvpn-users] Building v2.3.5 for RHEL/CentOS 6

2014-11-13 Thread Nikolaos Milas
Hello, I have adapted EPEL src.rpm for OpenVPN v2.3.2 (http://dl.fedoraproject.org/pub/epel/6/SRPMS/openvpn-2.3.2-2.el6.src.rpm) to build v2.3.5 on CentOS 6 x86_64 (fully updated), because, as far as I know, there is no 2.3.5 rpm released by EPEL (or other source) for el6 yet. The problem I ha

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Les Mikesell
On Thu, Nov 13, 2014 at 12:51 PM, Gert Doering wrote: > Hi, > > On Thu, Nov 13, 2014 at 12:23:10PM -0600, Les Mikesell wrote: >> > The VPN *server* will, by default, only tunnel the subnet towards the >> > client that is designated for doing so ("--server $network $mask"), and >> > send the rest t

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Gert Doering
Hi, On Thu, Nov 13, 2014 at 12:23:10PM -0600, Les Mikesell wrote: > > The VPN *server* will, by default, only tunnel the subnet towards the > > client that is designated for doing so ("--server $network $mask"), and > > send the rest towards its default route. > > A common scenario is to have pub

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Les Mikesell
On Thu, Nov 13, 2014 at 11:43 AM, Gert Doering wrote: > Hi, > > On Thu, Nov 13, 2014 at 12:52:22AM -0800, Mike Morris wrote: >> This is probably too basic to be easily found with my searches :^) >> >> Before installing ovpn community edition as a server, I want to >> understand what side effects t

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Gert Doering
Hi, On Thu, Nov 13, 2014 at 12:52:22AM -0800, Mike Morris wrote: > This is probably too basic to be easily found with my searches :^) > > Before installing ovpn community edition as a server, I want to > understand what side effects there are. For instance, running ovpn as a > client, by defaul

[Openvpn-users] OpenVPN connection issues only on 64-bit # Windows7

2014-11-13 Thread Mark Connor
Hello Folks, I have a small openvpn server, serving about 10 various clients running OS-es such as: -Windows7 32bit -Windows7 64bit -Debian 32bit -Debian 64bit -Android 4.x All the clients have the same configuration file (except the cert directives), I only have issues with the 64bit Windows7

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/11/14 10:17, Mathias Jeschke wrote: > > On 11/13/2014 09:52 AM, Mike Morris wrote: > >>> Before installing ovpn community edition as a server, I want >>> to understand what side effects there are. For instance, >>> running ovpn as a client, by

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Mathias Jeschke
Hi Mike, On 11/13/2014 09:52 AM, Mike Morris wrote: > Before installing ovpn community edition as a server, I want to > understand what side effects there are. For instance, running ovpn as a > client, by default, means all outbound triaffic is routed through the > vpn tunnel... even sshd respons

Re: [Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Jan Just Keijser
Hi Mike, Mike Morris wrote: > This is probably too basic to be easily found with my searches :^) > > Before installing ovpn community edition as a server, I want to > understand what side effects there are. For instance, running ovpn as a > client, by default, means all outbound triaffic is rout

Re: [Openvpn-users] Classic case of can't reach machine behind OpenVPN server from the connected client

2014-11-13 Thread Jan Just Keijser
Jeff Boyce wrote: > Routing info as requested, listed below. > > it seems like a routing issue; as a quick&dirty work around , can you try enabling masquerading on the OpenWRT box: iptables -t nat -I POSTROUTING -o eth0 -j MASQUERADE (assuming that 'eth0' is the name of the network port on

Re: [Openvpn-users] Classic case of can't reach machine behind OpenVPN server from the connected client

2014-11-13 Thread Mathias Jeschke
Hi Jeff, On 11/12/2014 06:53 PM, Jeff Boyce wrote: > Routing info as requested, listed below. [...] > Routing table of Vista Box behind OpenVPN Server [...] > === > > Persistent Routes: > >Network Address Net

[Openvpn-users] Does OpenVPN server remain open on SSH by default?

2014-11-13 Thread Mike Morris
This is probably too basic to be easily found with my searches :^) Before installing ovpn community edition as a server, I want to understand what side effects there are. For instance, running ovpn as a client, by default, means all outbound triaffic is routed through the vpn tunnel... even ssh