源码地带 > 电路图 > 电子资料下载 > 网络 >ipsec vpn > 查看压缩包源码

ipsec vpn

源代码在线查看: east-oe-init.sh

软件大小: 3514 K
上传用户: akk79600872
关键词: ipsec vpn
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh								ipsec setup start				ipsec auto --add block				ipsec auto --add us-block				ipsec auto --add clear				ipsec auto --add us-clear				ipsec auto --add private-or-clear				ipsec auto --add us-private-or-clear				ipsec auto --add private				ipsec auto --add us-private								ipsec auto --route block				ipsec auto --route us-block				ipsec auto --route clear				ipsec auto --route us-clear				ipsec auto --route private-or-clear				ipsec auto --route us-private-or-clear				ipsec auto --route private				ipsec auto --route us-private								# now, re-read the policy groups				ipsec whack --listen								ipsec eroute																							

相关资源