You are not logged in.
Pages: 1
Hi,
when i try to use vpnc i get this error:
Error: either "to" is duplicate, or "hoplimit" is a garbage.
VPNC started in background (pid: 20725)...
Anyone knows how to solve this?
tkx
Offline
Sorry, I knew about this bug since yesterday and didn't fix it. I'll upload a new package later. If you need it now, change /etc/vpnc/vpnc-script and change the fix_ip_get_output function:
fix_ip_get_output () {
sed 's/cache//;s/metric [0-9]+ [0-9]+//g;s/mtu [0-9]+//g;s/hoplimit [0-9]+//g;s/advmss [0-9]+//g'
}EDIT: Uploaded fixed vpnc package.
Offline
even whith this change it gives me the same error:S
Offline
Did you try using vpnc-0.3.3-5 package? I could make it work again with this change. But maybe the problem is in another place.
Offline
Pages: 1