FS#13357 - {core} l2tp support needed (xl2tp from community)
Attached to Project:
Arch Linux
Opened by Sergej Pupykin (sergej) - Wednesday, 18 February 2009, 12:13 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 11 September 2012, 07:41 GMT
Opened by Sergej Pupykin (sergej) - Wednesday, 18 February 2009, 12:13 GMT
Last edited by Andrea Scarpino (BaSh) - Tuesday, 11 September 2012, 07:41 GMT
|
Details
Some internet providers use L2TP protocol, so one of aur
l2tp packages should be moved to core and included into
isos.
http://aur.archlinux.org/packages.php?K=l2tp&O=0 |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Tuesday, 11 September 2012, 07:41 GMT
Reason for closing: Implemented
Additional comments about closing: https://projects.archlinux.org/archiso.g it/commit/?id=935a26986ed7aa5ad552341af1 28c7e5a603c7c0
Tuesday, 11 September 2012, 07:41 GMT
Reason for closing: Implemented
Additional comments about closing: https://projects.archlinux.org/archiso.g it/commit/?id=935a26986ed7aa5ad552341af1 28c7e5a603c7c0
http://aur.archlinux.org/packages.php?ID=22152
cat /etc/xl2tpd/xl2tpd.conf
[global]
access control = no
auth file = /etc/ppp/chap-secrets
debug avp = no
debug network = no
debug packet = no
debug state = no
debug tunnel = no
[lac L2TP.freedom]
lns = l2tp.freedom
redial = yes
redial timeout = 30
max redials = 1000000
require chap = yes
require authentication = no
name = icl2tp
ppp debug = no
pppoptfile = /etc/ppp/peers/vrn-ihome-l2tp
require pap = no
autodial = yes
after xl2tpd starts, you can manage connection with
echo "c L2TP.freedom" >/var/run/xl2tpd/l2tp-control
or
echo "d L2TP.freedom" >/var/run/xl2tpd/l2tp-control
which means connect/disconnect
(/etc/ppp/peers/vrn-ihome-l2tp and /etc/ppp/chap-secrets)
It is easy to maintain, PKGBUILD is clear.
As core has lots of other implications (e.g. signoffs), it would be good to have a way to get things onto the install media without their having to be in core.
Could we create an "installer" group that spans the repos and includes packages that should be on the installation media?