[Bug 259831] [NEW PORT] security/py-vpn-slice: Customized VPN split-tunnel

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 14 Nov 2021 18:33:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259831

            Bug ID: 259831
           Summary: [NEW PORT] security/py-vpn-slice: Customized VPN
                    split-tunnel
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jjuanino@gmail.com

Created attachment 229489
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229489&action=edit
py-vpn-slice port

Hi FreeBSD team ports,

I submit a new patch to manage split tunnel in a different way than
sysutils/vpnc-scripts (and IMHO, in a better way). It allows to customize the
split-tunnel routers an a elegant and concise way. Example with openconnect:

openconnect \
--user ${user} \
--script 'vpn-slice 10.6.0.0/16 10.7.0.0/16 10.8.0.0/16' \
vpn.host.site

To accomplish the same with vpnc-script you have to build a long and obscure
shell script as discussed in
https://blog.scottlowe.org/2019/03/12/split-tunneling-with-vpnc/


Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.