mmdbcn 发表于 2018-6-14 12:32:53

Server 2012 Core 路由与远程访问服务

  在Server 2012 Core 模式下安装 路由与远程访问服务
  install-windowsfeature -name remoteaccess -includemanagementtools
  配置并启用路由与远程访问服务
  

netsh ras set type lanonly none none  
netsh ras set conf enabled
  

  以下两个服务默认处于禁用状态,需手动启用
  

sc config remoteaccessstart=auto  
sc config ramgmtsvcstart=auto
  
sc start remoteaccess
  
sc start ramgmtsvc
  

  添加接口
  netsh routing ip>
  安装协议
  netsh routing ip>
  指明DHCP服务器
  netsh routing ip>
页: [1]
查看完整版本: Server 2012 Core 路由与远程访问服务