[Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Shane McKinley
I have been having an issue for some time with the log files filling up the hard drive randomly on different computers. OpenVPN version: 2.3.8 Config files are default besides changing the server address and the name of the certificate files. Clients are constantly connected, service is set to

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread ValdikSS
Open it with any hex editor and scroll to the bottom. On 20.11.2015 19:57, Shane McKinley wrote: > Well that is a good question. I don't know because it is so large, > text editor has issues with it. I'm talking like 180GB on a 200GB hard > drive...not quite sure over what period of time this

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Shane McKinley
Well that is a good question. I don't know because it is so large, text editor has issues with it. I'm talking like 180GB on a 200GB hard drive...not quite sure over what period of time this happens in...I can check my monitoring system to see what it says but I have a feeling it is quite fast.

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

2015-11-20 Thread Jeff Boyce
@debbie10t It was a toss-up as to whether I posted the question to Pfsense or OpenVPN. Since my original issue is getting access to another box behind the VPN, I figured I would go here. This approach also gave me the benefit of someone likely confirming my diagnosis, which is VPN related.

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Shane McKinley
10-4 I'll give it my best shot next time it happens. On Fri, Nov 20, 2015 at 11:58 AM, ValdikSS wrote: > Open it with any hex editor and scroll to the bottom. > > On 20.11.2015 19:57, Shane McKinley wrote: >> Well that is a good question. I don't know because it is so

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Shane McKinley
To clear it up, it is the client log file filling up, so the server config is as follows: # # Sample OpenVPN 2.0 config file for# # multi-client server. # # # # This

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Simon Deziel
Muting the logs will only help with the log DoS'ing the HDD space. The VPN won't come up properly. To make it work, as Selva said, use the git master version or avoid suspending. On 11/20/2015 01:26 PM, Shane McKinley wrote: > Server is linux, clients are windows. muted 20 enabled. > > On Fri,

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Selva Nair
Hi, On Fri, Nov 20, 2015 at 11:53 AM, Shane McKinley wrote: > I have been having an issue for some time with the log files filling > up the hard drive randomly on different computers. > > OpenVPN version: 2.3.8 > > Config files are default besides changing the

Re: [Openvpn-users] OpenVPN client log file filling up hard drives on random computers

2015-11-20 Thread Jordan Hayes
Check your config file; what level are you logging at? I think the default is often "verb 3" ... try a lower number. /jordan -- ___ Openvpn-users mailing list

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,