Changes

From SME Server
Jump to navigationJump to search
471 bytes added ,  09:40, 6 December 2014
m
→‎default key properties: convert to Wiki table
Line 122: Line 122:     
=== default key properties ===
 
=== default key properties ===
these properties can be modified simply by issuing
+
these properties can be modified simply by issuing
   −
  config setprop openvpn-routed propertie newvalue
+
  config setprop openvpn-routed property newvalue
    
to reset to default, simply issue:
 
to reset to default, simply issue:
  config delprop openvpn-routed propertie
+
  config delprop openvpn-routed property
   −
where you have to replace propertie and newvalue with what you want.
+
where you have to replace property and newvalue with what you want.
   −
{propertie} || default;
+
{| class="wikitable"
 +
|-
 +
! db !! Key !! Type !! Property !! Default !! Allowed !! Description
 +
|-
 +
| configuration || openvpn-routed || service ||  ||  ||  ||
 +
|-
 +
|  ||  ||  || Protocol || udp || udp / tcp ||
 +
|-
 +
|  ||  ||  || UDPPort || 1194 ||  ||
 +
|-|  ||  ||  || TCPPort || 1194 ||  ||
 +
|-
 +
|  ||  ||  || Authentication || CrtWithPass ||  ||
 +
|-
 +
|  ||  ||  || Network || 192.168.29.0/255.255.255.0 ||  ||
 +
 
 +
|-
 +
|  ||  ||  || PushLocalNetworks || enabled || enabled / disabled  ||
 +
 
 +
|-
 +
|  ||  ||  || RedirectGateway || disabled || enabled / disabled ||
 +
 
 +
|-
 +
|  ||  ||  || Mtu || none || [nnnn] ||
 +
|-
 +
|  ||  ||  || Fragment || none ||  ||
 +
 
 +
|-
 +
|  ||  ||  || DuplicateCN || disabled || enabled / disabled ||
 +
 
 +
|-
 +
|  ||  ||  || PassTOS || enabled || enabled / disabled ||
 +
 
 +
|-
 +
|  ||  ||  || Compression || enabled || enabled / disabled ||
 +
 
 +
|-
 +
|  ||  ||  || MaxClients || none || 1 - 254 ||
 +
|-
 +
|  ||  ||  || ConfigRequired || disabled || enabled / disabled ||
 +
 
 +
|-
 +
|  ||  || || Verbose || 3 || [n] ||
 +
 
 +
|}
   −
# {Protocol} || 'udp';
  −
# {UDPPort} || '1194';
  −
# {TCPPort} || '1194';
  −
# {Authentication} || 'CrtWithPass';
  −
# {'Network'} || '192.168.29.0/255.255.255.0';
  −
# {PushLocalNetworks} || 'enabled';
  −
# {RedirectGateway} || 'disabled';
  −
# {Mtu} || '';
  −
# {Fragment} || '';
  −
# {Cipher} || '';
  −
# {RedirectGateway} || '';
  −
# {Protocol} || 'udp';
  −
# {DuplicateCN} || 'disabled';
  −
# {PassTOS} || 'enabled';
  −
# {Compression} || 'enabled';
  −
# {MaxClients} || '';
  −
# {ConfigRequired} || 'disabled';
  −
# {Verbose} || '3';
      
[[Category:Contrib]]
 
[[Category:Contrib]]
 
[[Category:Administration:VPN]]
 
[[Category:Administration:VPN]]

Navigation menu