打印

[网络安全] cisco设备搭建vpn服务器全过程

cisco设备搭建vpn服务器全过程

在公司的南京办事处与上海办事处之间建立VPN联接。
  南京办事处网络设置:
  内网IP 10.1.1.0/24
  外网IP 202.102.1.5/24
  上海办事处网络设置:
  内网IP 10.1.2.0/24
  外网IP 202.102.1.6/24
  
  南京路由器配置
  !
  service timestamps debug uptime
  service timestamps log uptime
  no service password-encryption
  !
  hostname nanjing
  !
  enable cisco
  !
  !
 
  
  password cisco
  login
  !
  end
  !

TOP