SWm/SWx Authorization Mode Settings [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:dpi:epdg:installation_setup:management_and_administration:auth_swm_swx:start [2024/05/13 15:40] – created elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:auth_swm_swx:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-{{indexmenu_n>2}} 
-======SWm/SWx Authorization Mode Settings====== 
-The parameters of the SWm/SWx interfaces are located in the file ''/etc/strongswan'' in the subsection ''eap-diameter'' of the ''charon.plugins'' section. 
- 
-=====Section "charon.plugins.eap-diameter"===== 
- 
-^  Parameter      ^  Description                Value   ^ 
-| ''interface''  | Used interface             | [SWm][SWx]  | 
-| ''swm {}''     | SWm interface parameters               | 
-| ''swx {}''     | SWx interface parameters               | 
-| ''s6b {}''     | S6b interface parameters               | 
- 
-**Example 1:** 
-<code bash> 
-charon { 
-      plugins { 
-                    eap-diameter { 
-                            interface = SWm 
-                            swm {} 
-                    } 
-        } 
-} 
-</code> 
- 
-**Example 2:** 
-<code bash> 
-charon { 
-        plugins { 
-                    eap-diameter { 
-                                interface = SWx 
-                                swx {} 
-                                s6b {} 
-                    } 
-        } 
-} 
-</code>