S2b Tunneling Interface Settings [Документация VAS Experts]

This is an old revision of the document!


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:

charon {
        	plugins {
                    	epdg-pgw {
                                	epdg {
                                           	iface = epdg
                                           	pdn = ipv4
                                           	pgw {}
                                	}
                    	}
        	}
}