L2TP_CONFIG_PARAMS0 struttura (mprapi.h)
La struttura L2TP_CONFIG_PARAMS viene usata per ottenere e impostare la configurazione del dispositivo per il protocollo L2 TUNNELing (L2TP) in un server RAS.
Sintassi
typedef struct _L2TP_CONFIG_PARAMS0 {
DWORD dwNumPorts;
DWORD dwPortFlags;
} L2TP_CONFIG_PARAMS0, *PL2TP_CONFIG_PARAMS0;
Members
dwNumPorts
Valore che specifica il numero di porte configurate nel server RRAS per accettare connessioni L2TP. I valori massimi per dwNumPorts sono elencati nella tabella seguente. Il valore zero non è consentito.
Valore | Significato |
---|---|
|
Windows Web Server 2008 |
|
Windows Server 2008 Standard |
|
Windows Server 2008 Datacenter e Windows Server 2008 Enterprise |
Nota Se dwNumPorts contiene un valore oltre il limite configurato nel Registro di sistema all'ora di inizio del servizio (il valore predefinito è 1000 per Windows Server 2008 Standard e Windows Server 2008 Enterprise), le funzioni MprConfigServerGetInfoEx e MprConfigServerSetInfoEx restituiranno ERROR_SUCCESS_REBOOT_REQUIRED.
dwPortFlags
Valore che specifica il tipo di porte configurate nel server RRAS per L2TP. Sono supportati i valori seguenti:
Valore | Significato |
---|---|
|
Se impostato, RAS è abilitato nel dispositivo. |
|
Se impostato, il routing è abilitato nel dispositivo. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Nessuno supportato |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Intestazione | mprapi.h |