S2b Tunneling Interface 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:tun_s2b:start [2024/05/13 15:47] – created elena.krasnobryzhen:dpi:epdg:installation_setup:management_and_administration:tun_s2b:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-{{indexmenu_n>7}} 
-======S2b Tunneling Interface Settings====== 
-=====Section "charon.plugins.epdg-pgw.epdg"===== 
- 
-^  Parameter    Description              ^  Value            ^ 
-| ''iface''   | Used interface            | [sgw][epdg]       | 
-| ''pdn''     | PDN type                  | [ipv4][ipv6][ipv46] | 
-| ''pgw {}''  | S2b interface settings    |                   | 
- 
-**Example:** 
-<code bash> 
-charon { 
-        plugins { 
-                    epdg-pgw { 
-                                epdg { 
-                                            iface = epdg 
-                                            pdn = ipv4 
-                                            pgw {} 
-                                } 
-                    } 
-        } 
-} 
-</code>