Page 1 of 1

disable vpncmd ability to write to server_log

Posted: Mon Mar 09, 2015 5:25 pm
by Complexi
vpncmd writes to /usr/local/vpnserver/server_log each time it's fired. is there a command to stop this from happening? we use IpTable throughout the day and don't need the output to be logged to server_log. here is our vpncmd syntax:

/usr/local/vpnserver/vpncmd host:port /SERVER /HUB:VPN /PASSWORD:xxx /OUT:foo.txt /CSV /CMD IpTable > /dev/null 2>&1 & echo $!

Re: disable vpncmd ability to write to server_log

Posted: Thu Mar 19, 2015 6:44 am
by thisjun
The log is written by VPN server.
There is no way to suppress the log.