summaryrefslogtreecommitdiff
path: root/interface-definitions/vpn_l2tp.xml.in
blob: 3e2d00e6b196cee890f939553825620ed97fd19e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="vpn">
    <children>
      <node name="l2tp" owner="${vyos_conf_scripts_dir}/vpn_l2tp.py">
        <properties>
          <help>L2TP Virtual Private Network (VPN)</help>
          <priority>902</priority>
        </properties>
        <children>
          <node name="remote-access">
            <properties>
              <help>Remote access L2TP VPN</help>
            </properties>
            <children>
              #include <include/accel-ppp/max-concurrent-sessions.xml.i>
              #include <include/accel-ppp/mtu-128-16384.xml.i>
              <leafNode name="mtu">
                <defaultValue>1436</defaultValue>
              </leafNode>
              <leafNode name="outside-address">
                <properties>
                  <help>External IP address to which VPN clients will connect</help>
                  <constraint>
                    <validator name="ipv4-address"/>
                  </constraint>
                </properties>
              </leafNode>
              #include <include/accel-ppp/gateway-address.xml.i>
              #include <include/name-server-ipv4-ipv6.xml.i>
              <node name="lns">
                <properties>
                  <help>L2TP Network Server (LNS)</help>
                </properties>
                <children>
                  <leafNode name="shared-secret">
                    <properties>
                      <help>Tunnel password used to authenticate the client (LAC)</help>
                    </properties>
                  </leafNode>
                  <leafNode name="host-name">
                    <properties>
                      <help>Sent to the client (LAC) in the Host-Name attribute</help>
                      <constraint>
                        #include <include/constraint/host-name.xml.i>
                      </constraint>
                      <constraintErrorMessage>Host-name must be alphanumeric and can contain hyphens</constraintErrorMessage>
                    </properties>
                  </leafNode>
                </children>
              </node>
              <leafNode name="ccp-disable">
                <properties>
                  <help>Disable Compression Control Protocol (CCP)</help>
                  <valueless />
                </properties>
              </leafNode>
              <node name="ipsec-settings">
                <properties>
                  <help>Internet Protocol Security (IPsec) for remote access L2TP VPN</help>
                </properties>
                <children>
                  <node name="authentication">
                    <properties>
                      <help>IPsec authentication settings</help>
                    </properties>
                    <children>
                      <leafNode name="mode">
                        <properties>
                          <help>Authentication mode for IPsec</help>
                          <valueHelp>
                            <format>pre-shared-secret</format>
                            <description>Use pre-shared secret for IPsec authentication</description>
                          </valueHelp>
                          <valueHelp>
                            <format>x509</format>
                            <description>Use X.509 certificate for IPsec authentication</description>
                          </valueHelp>
                          <constraint>
                            <regex>(pre-shared-secret|x509)</regex>
                          </constraint>
                          <completionHelp>
                            <list>pre-shared-secret x509</list>
                          </completionHelp>
                        </properties>
                      </leafNode>
                      #include <include/ipsec/authentication-pre-shared-secret.xml.i>
                      #include <include/ipsec/authentication-x509.xml.i>
                    </children>
                  </node>
                  <leafNode name="ike-lifetime">
                    <properties>
                      <help>IKE lifetime</help>
                      <valueHelp>
                        <format>u32:30-86400</format>
                        <description>IKE lifetime in seconds</description>
                      </valueHelp>
                      <constraint>
                        <validator name="numeric" argument="--range 30-86400"/>
                      </constraint>
                    </properties>
                    <defaultValue>3600</defaultValue>
                  </leafNode>
                   <leafNode name="lifetime">
                    <properties>
                      <help>ESP lifetime</help>
                      <valueHelp>
                        <format>u32:30-86400</format>
                        <description>IKE lifetime in seconds</description>
                      </valueHelp>
                      <constraint>
                        <validator name="numeric" argument="--range 30-86400"/>
                      </constraint>
                    </properties>
                    <defaultValue>3600</defaultValue>
                  </leafNode>
                  #include <include/ipsec/esp-group.xml.i>
                  #include <include/ipsec/ike-group.xml.i>
                </children>
              </node>
              #include <include/accel-ppp/wins-server.xml.i>
              #include <include/accel-ppp/client-ip-pool.xml.i>
              #include <include/accel-ppp/client-ipv6-pool.xml.i>
              #include <include/generic-description.xml.i>
              #include <include/dhcp-interface.xml.i>
              <node name="authentication">
                <properties>
                  <help>Authentication for remote access L2TP VPN</help>
                </properties>
                <children>
                  #include <include/accel-ppp/auth-protocols.xml.i>
                  #include <include/accel-ppp/auth-mode.xml.i>
                  #include <include/accel-ppp/auth-local-users.xml.i>
                  #include <include/radius-auth-server-ipv4.xml.i>
                  #include <include/accel-ppp/radius-additions.xml.i>
                  <node name="radius">
                    <children>
                      #include <include/accel-ppp/radius-additions-rate-limit.xml.i>
                    </children>
                  </node>
                </children>
              </node>
              <node name="ppp-options">
                <properties>
                  <help>Advanced protocol options</help>
                </properties>
                <children>
                  #include <include/accel-ppp/ppp-mppe.xml.i>
                  #include <include/accel-ppp/ppp-options-ipv4.xml.i>
                  #include <include/accel-ppp/ppp-options-ipv6.xml.i>
                  #include <include/accel-ppp/ppp-options-ipv6-interface-id.xml.i>
                  #include <include/accel-ppp/lcp-echo-interval-failure.xml.i>
                  #include <include/accel-ppp/lcp-echo-timeout.xml.i>
                </children>
              </node>
              #include <include/accel-ppp/default-pool.xml.i>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>