Eu tenho várias interfaces LAN e acesso à Internet através de VPN (conecte-se ao provedor VPN-server). Eu quero configurar o NAT de redes locais para a internet. Para isso, eu instalei no recurso "Roteamento e Acesso Remoto" do Windows Server 2008 R2 Standard e crie uma interface de discagem por demanda para o servidor VPN. Mas não consigo me conectar a essa interface. E no visualizador de eventos, tenho a próxima mensagem de erro:
CoId={10CA7799-B54D-41F8-B8A8-7F92CF662137}: The user SYSTEM dialed a connection named Global world which has failed. The error code returned on failure is 720.
E antes disso, mensagem informativa com configuração de conexão:
CoId={10CA7799-B54D-41F8-B8A8-7F92CF662137}: The user SYSTEM has started dialing a VPN connection using a all-user connection profile named Global world. The connection settings are:
Dial-in User = 00332
VpnStrategy = PPTP then L2TP
DataEncryption = None
PrerequisiteEntry =
AutoLogon = No
UseRasCredentials = Yes
Authentication Type = PAP/CHAP/MS-CHAPv2
Ipv4DefaultGateway = Yes
Ipv4AddressAssignment = By Server
Ipv4DNSServerAssignment = By Server
Ipv6DefaultGateway = Yes
Ipv6AddressAssignment = By Server
Ipv6DNSServerAssignment = By Server
IpDnsFlags =
IpNBTEnabled = No
UseFlags = Private Connection
ConnectOnWinlogon = No
IPsec authentication for L2TP = Machine certificate.
Mas se eu tentar conectar-me a um ISP por conexão criada em "Network and Sharing Center", tudo funcionará. E no visualizador de eventos, tenho a próxima mensagem:
CoId={0BC9B4DF-10DB-4239-9FB7-3F819B9DB575}: The user SPBANGEL-HOME\Administrator has started dialing a VPN connection using a per-user connection profile named VPN Connection. The connection settings are:
Dial-in User = 00332
VpnStrategy = IKEv2 , SSTP , PPTP then L2TP
DataEncryption = None
PrerequisiteEntry =
AutoLogon = No
UseRasCredentials = Yes
Authentication Type = PAP/CHAP/MS-CHAPv2
Ipv4DefaultGateway = Yes
Ipv4AddressAssignment = By Server
Ipv4DNSServerAssignment = By Server
Ipv6DefaultGateway = Yes
Ipv6AddressAssignment = By Server
Ipv6DNSServerAssignment = By Server
IpDnsFlags = Register primary domain suffix
IpNBTEnabled = Yes
UseFlags = Private Connection
ConnectOnWinlogon = No
IPsec authentication for L2TP = Machine certificate
Mobility enabled for IKEv2 = Yes.
Como eu vejo, existem algumas diferenças nas configurações. O que significa parâmetros VpnStrategy , IpDnsFlags , IpNBTEnabled e Mobilidade habilitada para IKEv2 ? E onde eu posso mudar valores para esses parâmetros? Ou o meu problema não é?
Tags vpn nat windows-server-2008-r2