Changes between Version 5 and Version 6 of VPN


Ignore:
Timestamp:
01/18/25 01:46:43 (5 weeks ago)
Author:
krit
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VPN

    v5 v6  
    7676}}}
    7777
    78 1. configure /etc/xl2tpd/xl2tpd.conf
     781. Configure /etc/xl2tpd/xl2tpd.conf
    7979{{{
    8080[root b2 xl2tpd ]# cat /etc/xl2tpd/xl2tpd.conf
     
    9898root b2 xl2tpd #
    9999}}}
    100 
    101 2.config /etc/ppp/options.xl2tpd
     1002. Config /etc/ppp/options.xl2tpd
    102101{{{
    103102[root b2 ppp ]# cat /etc/ppp/options.xl2tpd
     
    120119[root b2 ppp ]#
    121120}}}
    122 
    123 3. test l2tp vpn client connection, we should see ppp0 interface up
     1213. Test l2tp vpn client connection, we should see ppp0 interface up
    124122{{{
    125123echo "c vpnMikrotik" > /var/run/xl2tpd/l2tp-control
    126124}}}
    127 4. for disconnect
     1254. For disconnect
    128126{{{
    129127echo "d vpnMikrotik" > /var/run/xl2tpd/l2tp-control
    130128}}}
    131 5. for debug
     1295. For debug
    132130{{{
    133131[root b2 ppp ]# journalctl -xeu xl2tpd.service