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

This is an old revision of the document!


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:

charon {
      plugins {
                    eap-diameter {
                            interface = SWm
                            	swm {}
                    	}
        	}
}

Example 2:

charon {
        	plugins {
                    	eap-diameter {
                                	interface = SWx
                                	swx {}
                                	s6b {}
                    	}
        	}
}