Thread
:
VPN - Disable Dead Peer Detection
View Single Post
stlpaul
2010-05-06 , 18:38
Posts: 1,141 | Thanked: 781 times | Joined on Dec 2009 @ Magical Unicorn Land
#
2
As a workaround how about renaming the vpnc binary and replacing it with a shell script that adds that commandline option? Maybe something like this (untested):
Code:
!/bin/sh exec /usr/bin/vpncrenamed --dpd-idle=0 "$@"
Quote & Reply
|
The Following User Says Thank You to stlpaul For This Useful Post:
TA-t3
stlpaul
View Public Profile
Send a private message to stlpaul
Find all posts by stlpaul