zoukankan      html  css  js  c++  java
  • WIN7无法连接L2TP问题

    https://www.cnblogs.com/cainiaoit/p/8580164.html

    http://blog.hanlei.org/587/

    注册表

    Windows Registry Editor Version 5.00  
    
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetservicesRasManParameters]  
    "ProhibitIpSec"=dword:00000000
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPolicyAgent]  
    "AssumeUDPEncapsulationContextOnSendRule"=dword:00000002 
    [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPolicyAgent]
    "AssumeUDPEncapsulationContextOnSendRule"=dword:00000002

    批处理

    ::显示名称IPsec Policy Agent
    sc config "PolicyAgent" start= auto
    ::显示名称Routing and Remote Access
    sc config "RemoteAccess" start= auto
    ::显示名称Remote Access Auto Connection Manager
    sc config "RasAuto" start= auto
    ::显示名称Remote Access Connection Manager
    sc config "RasMan" start= auto
    ::显示名称Secure Socket Tunneling Protocol Service
    sc config "SstpSvc" start= auto
    net start PolicyAgent
    net start RemoteAccess
    net start RasAuto
    net start RasMan
    net start SstpSvc
    l2tp.reg
    gpupdate /force /wait:0

  • 相关阅读:
    无言
    计算机网络的所有课件
    Linux 分区
    Linux 文件管理权限
    DropDownList 控件
    CssClass初步语法了解
    BulletedList用途
    BulletedList项目控件基础CSS基础
    Checkbox与foreach循环
    RadioButton控件
  • 原文地址:https://www.cnblogs.com/qingchen1984/p/13716636.html
Copyright © 2011-2022 走看看