• 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

  • 相关阅读:
    解决IE6浏览器下position:fixed固定定位问题
    CSS中overflow:hidden在ie6、ie7无效不能隐藏解决办法
    liunx 中删除export设置的环境变量
    文件操作
    集合操作
    三级菜单
    字典操作
    字符串操作
    购物车程序
    列表操作
  • 原文地址:https://www.cnblogs.com/qingchen1984/p/13716636.html
Copyright © 2020-2023  润新知