Talk:Vpnc

From Gentoo Wiki
Jump to:navigation Jump to:search
Note
Before creating a discussion or leaving a comment, please read about using talk pages. To create a new discussion, click here. Comments on an existing discussion should be signed using ~~~~:
A comment [[User:Larry|Larry]] 13:52, 13 May 2024 (UTC)
: A reply [[User:Sally|Sally]] 17:38, 3 July 2024 (UTC)
:: Your reply ~~~~

vpnc-script

Talk status
This discussion is still ongoing.

Could be vpnc-script should be mentioned.

vpnc does not replace default route by itself. Default route is replaced by default vpnc-script. In example in section "Custom scripts on boot" the goal could be reached faster by replacing bloated default vpnc-script, which does many other rare specific things, with short one

FILE /etc/vpnc/vpnc-script
if [ -z "$TUNDEV" ]; then exit; fi
ip link set dev "$TUNDEV" up
ip addr add "$INTERNAL_IP4_ADDRESS" dev "$TUNDEV"
ip route add 123.234/16 dev "$TUNDEV"

— The preceding unsigned comment was added by Intellect (talkcontribs)

Hi, I agree with you. The section has been removed. During net-tools deprecation, this section has been diffcult to understand then difficult to migrate to iproute2 syntax. Please add a new section with this script and some information.Needle (talk) 21:53, 18 January 2024 (UTC)