Project

General

Profile

Bug #16428 » OpenVPN_Server.xml

Afonso Turcato, 09/17/2025 12:10 AM

 
1
	<openvpn>
2
		<openvpn-server>
3
			<vpnid>1</vpnid>
4
			<mode>p2p_tls</mode>
5
			<protocol>UDP4</protocol>
6
			<dev_mode>tap</dev_mode>
7
			<interface>wan</interface>
8
			<ipaddr></ipaddr>
9
			<local_port>1194</local_port>
10
			<description><![CDATA[OpenVPN_Server]]></description>
11
			<custom_options>client-to-client;</custom_options>
12
			<tls>xxx</tls>
13
			<tls_type>auth</tls_type>
14
			<tlsauth_keydir>default</tlsauth_keydir>
15
			<caref>67fe535e63f2c</caref>
16
			<crlref></crlref>
17
			<ocspurl></ocspurl>
18
			<certref>67fe53c80a53b</certref>
19
			<dh_length>1024</dh_length>
20
			<ecdh_curve>none</ecdh_curve>
21
			<cert_depth></cert_depth>
22
			<data_ciphers_fallback>AES-256-CBC</data_ciphers_fallback>
23
			<digest>SHA256</digest>
24
			<engine>none</engine>
25
			<tunnel_network>100.0.0.0/29</tunnel_network>
26
			<tunnel_networkv6></tunnel_networkv6>
27
			<remote_network></remote_network>
28
			<remote_networkv6></remote_networkv6>
29
			<gwredir>yes</gwredir>
30
			<gwredir6></gwredir6>
31
			<local_network></local_network>
32
			<local_networkv6></local_networkv6>
33
			<maxclients></maxclients>
34
			<connlimit></connlimit>
35
			<allow_compression>no</allow_compression>
36
			<compression></compression>
37
			<compression_push></compression_push>
38
			<passtos></passtos>
39
			<client2client>yes</client2client>
40
			<dynamic_ip></dynamic_ip>
41
			<topology>subnet</topology>
42
			<serverbridge_dhcp></serverbridge_dhcp>
43
			<serverbridge_interface></serverbridge_interface>
44
			<serverbridge_routegateway></serverbridge_routegateway>
45
			<serverbridge_dhcp_start></serverbridge_dhcp_start>
46
			<serverbridge_dhcp_end></serverbridge_dhcp_end>
47
			<username_as_common_name><![CDATA[disabled]]></username_as_common_name>
48
			<exit_notify>none</exit_notify>
49
			<sndrcvbuf>524288</sndrcvbuf>
50
			<netbios_enable></netbios_enable>
51
			<netbios_ntype>0</netbios_ntype>
52
			<netbios_scope></netbios_scope>
53
			<create_gw>v4only</create_gw>
54
			<verbosity_level>3</verbosity_level>
55
			<data_ciphers>AES-256-GCM,AES-128-GCM,CHACHA20-POLY1305</data_ciphers>
56
			<ping_method>keepalive</ping_method>
57
			<keepalive_interval>10</keepalive_interval>
58
			<keepalive_timeout>60</keepalive_timeout>
59
			<ping_seconds>10</ping_seconds>
60
			<ping_push></ping_push>
61
			<ping_action>ping_restart</ping_action>
62
			<ping_action_seconds>60</ping_action_seconds>
63
			<ping_action_push></ping_action_push>
64
			<inactive_seconds>0</inactive_seconds>
65
		</openvpn-server>
66
	</openvpn>
(11-11/11)