Project

General

Profile

Place21 » History » Version 1

Nico Schottelius, 01/02/2026 03:27 PM

1 1 Nico Schottelius
h1. Place21
2
3
* server138
4
* vpn wg/conf exists
5
* L2TP config
6
7
h2. IP adresses / networking
8
9
* 100.68.0.200/32
10
* 100.65.253.127 = IPMI server138
11
* 100.65.253.129 = server138
12
13
h2. place5 side config
14
15
* wlan 11 pppoe
16
17
h2. Sample L2TP config
18
19
<pre>
20
$ cat /run/accel-pppd/l2tp.conf 
21
### generated by accel_l2tp.py ###
22
[modules]
23
log_syslog
24
l2tp
25
shaper
26
chap-secrets
27
ippool
28
ipv6pool
29
ipv6_nd
30
ipv6_dhcp
31
auth_pap
32
auth_chap_md5
33
auth_mschap_v1
34
auth_mschap_v2
35
36
[core]
37
thread-count=2
38
39
[common]
40
41
[log]
42
syslog=accel-l2tp,daemon
43
copy=1
44
level=3
45
46
[client-ip-range]
47
0.0.0.0/0
48
49
[l2tp]
50
verbose=1
51
ifname=l2tp%d
52
ppp-max-mtu=1508
53
mppe=prefer
54
secret=XXX
55
host-name=r1-ntt-zrh.as205929.net
56
ipv6-pool=v6pool
57
ipv6-pool-delegate=v6pool
58
59
60
[ipv6-nd]
61
AdvAutonomousFlag=1
62
verbose=1
63
64
[ipv6-pool]
65
2a06:89c4:c006::/48,64,name=v6pool
66
delegate=2a06:89c4:c010::/44,56,name=v6pool
67
[ipv6-dhcp]
68
verbose=1
69
70
[dns]
71
dns1=5.1.66.255
72
dns2=185.150.99.255
73
74
[ipv6-dns]
75
2001:678:e68:f000::
76
2001:678:ed0:f000::
77
78
79
[chap-secrets]
80
chap-secrets=/run/accel-pppd/l2tp.chap-secrets
81
gw-ip-address=185.221.61.50
82
83
#ppp options
84
[ppp]
85
verbose=1
86
check-ip=1
87
ccp=0
88
unit-preallocate=0
89
mppe=prefer
90
lcp-echo-interval=30
91
lcp-echo-timeout=0
92
lcp-echo-failure=3
93
ipv6=prefer
94
ipv6-accept-peer-intf-id=0
95
mtu=1508
96
97
[cli]
98
tcp=127.0.0.1:2004
99
</pre>