Пакет xl2tpd: Информация

    Исходный пакет: xl2tpd
    Версия: 1.3.0-alt1.qa1
    Собран:  20 апреля 2013 г. 2:57
    Категория: Доступность
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.xelerance.com/software/xl2tpd/

    Лицензия: GPL
    О пакете: Layer 2 Tunnelling Protocol Daemon (RFC 2661)
    Описание: 
    xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661).
    L2TP allows you to tunnel PPP over UDP. Some ISPs use L2TP to tunnel user
    sessions from dial-in servers (modem banks, ADSL DSLAMs) to back-end PPP
    servers. Another important application is Virtual Private Networks where
    the IPsec protocol is used to secure the L2TP connection (L2TP/IPsec,
    RFC 3193). The L2TP/IPsec protocol is mainly used by Windows and
    Mac OS X clients. On Linux, xl2tpd can be used in combination with IPsec
    implementations such as Openswan.
    Example configuration files for such a setup are included in this RPM.
    
    xl2tpd works by opening a pseudo-tty for communicating with pppd.
    It runs completely in userspace but supports kernel mode L2TP.
    
    xl2tpd supports IPsec SA Reference tracking to enable overlapping internak
    NAT'ed IP's by different clients (eg all clients connecting from their
    linksys internal IP 192.168.1.101) as well as multiple clients behind
    the same NAT router.
    
    xl2tpd supports the pppol2tp kernel mode operations on 2.6.23 or higher,
    or via a patch in contrib for 2.4.x kernels. Note that kernel mode and
    IPsec SA Reference tracking do not yet work together.
    
    Xl2tpd is based on the 0.69 L2TP by Jeff McAdams <jeffm@iglou.com>
    It was de-facto maintained by Jacco de Leeuw <jacco2@dds.nl> in 2002 and 2003.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    xl2tpd (x86_64, i586)
    xl2tpd-debuginfo (x86_64, i586)

    Сопровождающий: Dmitry V. Levin

    Список участников:
    Dmitry V. Levin
    Vladimir V Kamarzin
    Eugene A. Suchkov

    Права:
    @nobody

      1. libpcap-devel

    Последнее изменение


    19 апреля 2013 г. Dmitry V. Levin 1.3.0-alt1.qa1
    - NMU: rebuilt for updated dependencies.
    28 сентября 2011 г. Vladimir V Kamarzin 1.3.0-alt1
    - 1.3.0 (Closes: #26377).
    10 августа 2010 г. Vladimir V Kamarzin 1.2.7-alt1
    - 1.2.7
    - Rename package from l2tpd to xl2tpd
    - Continue redialing even if gethostbyname() failed (patch from corbina
      user)
    - Default confiruration directory is now /etc/xl2tpd/
    - Fix configs packaging