Changes between Version 5 and Version 6 of VPN
- Timestamp:
- 01/18/25 01:46:43 (5 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VPN
v5 v6 76 76 }}} 77 77 78 1. configure /etc/xl2tpd/xl2tpd.conf78 1. Configure /etc/xl2tpd/xl2tpd.conf 79 79 {{{ 80 80 [root b2 xl2tpd ]# cat /etc/xl2tpd/xl2tpd.conf … … 98 98 root b2 xl2tpd # 99 99 }}} 100 101 2.config /etc/ppp/options.xl2tpd 100 2. Config /etc/ppp/options.xl2tpd 102 101 {{{ 103 102 [root b2 ppp ]# cat /etc/ppp/options.xl2tpd … … 120 119 [root b2 ppp ]# 121 120 }}} 122 123 3. test l2tp vpn client connection, we should see ppp0 interface up 121 3. Test l2tp vpn client connection, we should see ppp0 interface up 124 122 {{{ 125 123 echo "c vpnMikrotik" > /var/run/xl2tpd/l2tp-control 126 124 }}} 127 4. for disconnect125 4. For disconnect 128 126 {{{ 129 127 echo "d vpnMikrotik" > /var/run/xl2tpd/l2tp-control 130 128 }}} 131 5. for debug129 5. For debug 132 130 {{{ 133 131 [root b2 ppp ]# journalctl -xeu xl2tpd.service