Configuration of the SWu Interface [Документация 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:swu [2024/09/26 15:29] – created - external edit 127.0.0.1en:dpi:epdg:installation_setup:management_and_administration:swu [2024/12/24 08:23] (current) – [Table] elena.krasnobryzh
Line 1: Line 1:
-{{indexmenu_n>1}}+{{indexmenu_n>2}}
 ======Configuration of the SWu Interface====== ======Configuration of the SWu Interface======
-The parameters of the SWu interface are located in the file ''/etc/fast-epdg.conf'' 
- 
 =====Section "fast-epdg.swu.<connection-name>"===== =====Section "fast-epdg.swu.<connection-name>"=====
  
-^  Parameter          ^  Description                                ^  Value                                                          +^  Parameter      ^  Description                    ^  Value                                                                                                                                                                                                                                                                                            
-| ''ike''            | IKEv2 protocol parameters                  | aes256-sha256-sha1-prfsha256-prfsha1-modp2048-modp1024!         | +| ''apn''         Served APN                      ims                                                                                                                                                                                                                                                                                               
-| ''esp''            | ESP protocol parameter                     aes256-sha256-sha1-modp2048-modp1024!                           | +| ''leftsubnet''  | Network serviced by the server  **IPv4:** ''x.x.x.x/m''where  \\ ''x'' — a decimal number from 0 to 255,  \\ ''m'' — the subnet mask, a decimal number from 0 to 32  \\ **IPv6:** ''y:y:y:y:y:y:y:y/n'', where  \\ ''y'' — a hexadecimal number from 0000 to FFFF,  \\ ''n'' — the subnet mask, a decimal number from 0 to 128  |
-| ''leftauth''       | Gateway authentication method              | eap                                                             +
-| ''leftsubnet''     | Network serviced by the server             AAA.BBB.CCC.DDD/MM1111.2222.3333.4444.5555.6666.7777.8888/MM  +
-''rightauth''      | Client authentication method               | eap-diameter                                                    | +
-''rightsourceip''  | Source of destination addresses for the client gateway | [%epdg][%diameter]                                | +
-''auto''           | Action on startup                          | start                                                           |+
  
-**Example:**+**Template:**
 <code bash> <code bash>
-conn epdg-eap-only +fast-epdg { 
-         ike=aes256-sha256-sha1-prfsha256-prfsha1-modp2048-modp1024! + swu { 
-         esp=aes256-sha256-sha1-modp2048-modp1024! + <config-name> { 
-         leftauth=eap + apn
-         leftsubnet=10.0.0.0/8 + leftsubnet= 
-         rightauth=eap-diameter + } 
-         rightsourceip=%epdg + } 
-         auto=start+ }
 </code> </code>
  
 +**Example:**
 +<code bash>
 +fast-epdg {
 + swu {
 + <config-name> {
 + apn=ims
 + leftsubnet=10.0.0.0/8
 + }
 + }
 + }
 +</code>