summaryrefslogtreecommitdiffstats
path: root/usr/local/pkg/openvpn_csc.xml
blob: 0e2f9864635ceb424060eab109f3b10c8d1ee3b7 (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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<packagegui>
	<name>openvpncsc</name>
	<title>OpenVPN: Client-specific configuration</title>
	<include_file>openvpn.inc</include_file>
	<delete_string>An OpenVPN client-specific configuration has been deleted.</delete_string>
	<addedit_string>An OpenVPN client-specific configuration has been created/modified.</addedit_string>
	<tabs>
		<tab>
			<text>Server</text>
			<url>/pkg.php?xml=openvpn.xml</url>
		</tab>
		<tab>
			<text>Client</text>
			<url>/pkg.php?xml=openvpn_cli.xml</url>
		</tab>
		<tab>
			<text>Client-specific overrides</text>
			<url>/pkg.php?xml=openvpn_csc.xml</url>
			<active/>
		</tab>
		<tab>
			<text>Certificate Authority</text>
			<url>/vpn_openvpn_certs.php</url>
		</tab>
		<tab>
			<text>Users</text>
			<url>/vpn_openvpn_users.php</url>
		</tab>
	</tabs>
	<adddeleteeditpagefields>
		<columnitem>
			<fieldname>disable</fieldname>
			<fielddescr>Disabled</fielddescr>
			<type>checkbox</type>
		</columnitem>
		<columnitem>
			<fieldname>commonname</fieldname>
			<fielddescr>Common name</fielddescr>
		</columnitem>
		<columnitem>
			<fieldname>description</fieldname>
			<fielddescr>Description</fielddescr>
		</columnitem>
	</adddeleteeditpagefields>
	<fields>
		<field>
			<fieldname>disable</fieldname>
			<fielddescr>Disabled</fielddescr>
			<description>Set this option to disable this client-specific configuration without removing it from the list.</description>
			<required/>
			<type>checkbox</type>
		</field>
		<field>
			<fieldname>commonname</fieldname>
			<fielddescr>Common name</fielddescr>
			<description>Enter the client's X.509 common name here.</description>
			<required/>
			<type>input</type>
		</field>
		<field>
			<fieldname>block</fieldname>
			<fielddescr>Blocked</fielddescr>
			<description>Check this to block (disable) this client, based on its common name. Don't use this option to disable a client due to key or password compromise. Use a CRL (certificate revocation list) instead.</description>
			<type>checkbox</type>
		</field>
		<field>
			<fieldname>push_reset</fieldname>
			<fielddescr>Push reset</fielddescr>
			<description>Setting this option will make this client not inherit the global push options.</description>
			<type>checkbox</type>
		</field>
		<field>
			<fieldname>ifconfig_push</fieldname>
			<fielddescr>Interface IP</fielddescr>
			<description>Set this option to push an IP to the client's interface. Expressed as a CIDR range (e.g. 10.5.0.0/16). The first IP in the range will be used as the remote IP of the interface, and the second IP will be used as the local IP of the interface.</description>
			<type>input</type>
		</field>
		
		<field>
			<fieldname>dhcp_domainname</fieldname>
			<fielddescr>DHCP-Opt.: DNS-Domainname</fielddescr>
			<description>Set connection-specific DNS Suffix.</description>
			<type>input</type>
		</field>
		<field>
			<fieldname>dhcp_dns</fieldname>
			<fielddescr>DHCP-Opt.: DNS-Server</fielddescr>
			<description>Set domain name server addresses, separated by semi-colons (;).</description>
			<type>input</type>
		</field>
		<field>
			<fieldname>dhcp_wins</fieldname>
			<fielddescr>DHCP-Opt.: WINS-Server</fielddescr>
			<description>Set WINS server addresses (NetBIOS over TCP/IP Name Server), separated by semi-colons (;).</description>
			<type>input</type>
		</field>
		<field>
			<fieldname>dhcp_nbdd</fieldname>
			<fielddescr>DHCP-Opt.: NBDD-Server</fielddescr>
			<description>Set NBDD server addresses (NetBIOS over TCP/IP Datagram Distribution Server), separated by semi-colons (;).</description>
			<type>input</type>
		</field>
		<field>
			<fieldname>dhcp_ntp</fieldname>
			<fielddescr>DHCP-Opt.: NTP-Server</fielddescr>
			<description>Set NTP server addresses (Network Time Protocol), separated by semi-colons (;).</description>
			<type>input</type>
		</field>
		<field>
			<fieldname>dhcp_nbttype</fieldname>
			<fielddescr>DHCP-Opt.: NetBIOS node type</fielddescr>
			<description>Set NetBIOS over TCP/IP Node type. Possible options: b-node (broadcasts), p-node (point-to-point name queries to a WINS server), m-node (broadcast then query name server), and h-node (query name server, then broadcast).</description>
			<type>select</type>
			<options>
				<option>
					<value>0</value>
					<name>none</name>
				</option>
				<option>
				<value>1</value>
					<name>b-node</name>
				</option>
				<option>
					<value>2</value>
					<name>p-node</name>
				</option>
				<option>
					<value>4</value>
					<name>m-node</name>
				</option>
				<option>
					<value>8</value>
					<name>h-node</name>
				</option>
			</options>
			<default_value>0</default_value>
		</field>
		<field>
			<fieldname>dhcp_nbtscope</fieldname>
			<fielddescr>DHCP-Opt.: NetBIOS Scope</fielddescr>
			<description>Set NetBIOS over TCP/IP Scope. A NetBIOS Scope ID provides an extended naming service for NetBIOS over TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to only those nodes with the same NetBIOS scope ID.</description>
			<type>input</type>
		</field>
		<field>
			<fieldname>dhcp_nbtdisable</fieldname>
			<fielddescr>DHCP-Opt.: Disable NetBIOS</fielddescr>
			<description>If this option is set, Netbios-over-TCP/IP will be disabled.</description>
			<type>checkbox</type>
		</field>
    	<field>
			<fieldname>gwredir</fieldname>
			<fielddescr>Redirect Gateway</fielddescr>
			<description>Redirect ALL traffic through the OpenVPN server.</description>
			<type>checkbox</type>
		</field>
		<field>
			<fieldname>custom_options</fieldname>
			<fielddescr>Custom options</fielddescr>
			<description>You can put your own custom options here, separated by semi-colons (;). They'll be added to the client-specific configuration.</description>
			<type>textarea</type>
			<cols>65</cols>
			<rows>5</rows>
		</field>
		<field>
			<fieldname>description</fieldname>
			<fielddescr>Description</fielddescr>
			<description>You may enter a description here for your reference (not parsed).</description>
			<type>input</type>
		</field>
	</fields>
	<custom_php_validation_command>
		openvpn_validate_input_csc($_POST, &amp;$input_errors);
	</custom_php_validation_command>
	<custom_php_resync_config_command>
		openvpn_resync_csc($id);
	</custom_php_resync_config_command>
</packagegui>
OpenPOWER on IntegriCloud