disable vpncmd ability to write to server_log
Posted: Mon Mar 09, 2015 5:25 pm
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 $!
/usr/local/vpnserver/vpncmd host:port /SERVER /HUB:VPN /PASSWORD:xxx /OUT:foo.txt /CSV /CMD IpTable > /dev/null 2>&1 & echo $!