巧巧读书首页 > IPSec

您可以点击右边查看标题索引页

[上一页] [20] [19] [18] [17] [16] [15] [14] [13] [12] [下一页]

rfc3457 - requirements for ipsec remote access scenarios
ipsec remote access scenariosstatus of this memo this memo provides information for the internet communit...ipsec offers much promise as a secure remote access mechanism. however, there are a number of differing r...
http://www.qqread.com/net-protocol/e556165081.html 2006-03-06
[网络协议]内的更多内容

rfc3554 - on the use of stream control transmission protocol (sctp) with ipsec
ipsec (rfc2401) and internet key exchange (ike) (rfc2409) to facilitate their use in securing sctp (rfc29...ipsec security associations (sas), a key negotiation protocol such as ike [rfc2409] may be used. this doc...
http://www.qqread.com/net-protocol/e463165081.html 2006-03-03
[网络协议]内的更多内容

rfc4025 - a method for storing ipsec keying material in dns
ipsec keying material in dnsstatus of this memo this document specifies an internet standards track proto...(ipsec) systems.the record also includes provisions for indicating what system should be contacted when a...
http://www.qqread.com/net-protocol/e395165081.html 2006-03-02
[网络协议]内的更多内容

rfc4106-the use of galoiscounter mode (gcm) in ipsec encapsulating security payload (esp)
ipsec encapsulating security payload (esp)status of this memo this document specifies an internet standar...ipsec encapsulating security payload (esp) mechanism to provide confidentiality and data origin authentic...
http://www.qqread.com/net-protocol/e377165081.html 2006-03-02
[网络协议]内的更多内容

null加密算法及其在ipsec协议中的应用
版权声明copyright(c)theinternetsociety(1998).allrightsreserved.摘要本备忘录定义了null加密算法并阐述了它在...ipsec协议的封装安全载荷模块(esp)中的应用。null算法不改变明码文本。实际上,就null算法本身而言,它什么也不...
http://www.qqread.com/net-protocol/a204165081.html 2006-04-26
[网络协议]内的更多内容

rfc2410 - the null encryption algorithm and its use with ipsec
ipsec encapsulating security payload (esp). null does nothing to alter plaintext data. in fact, null, by ...ipsec encapsulating security payload [esp] to provide authentication and integrity without confidentialit...
http://www.qqread.com/net-protocol/e726166081.html 2006-03-24
[网络协议]内的更多内容

rfc2709 - security model with tunnel-mode ipsec for nat domains
ipsec for nat domainsstatus of this memo this memo provides information for the internet community. it do...ipsec secure sessions. however, all flavors of nat are capable of offering tunnel-mode ipsec security to ...
http://www.qqread.com/net-protocol/e308166081.html 2006-03-20
[网络协议]内的更多内容

rfc2207 - rsvp extensions for ipsec data flows
ipsec data flowsstatus of this memo this document specifies an internet standards track protocol for the ...ipsec protocols, but only on a per address, per protocol basis not on a per flow basis. the presented ext...
http://www.qqread.com/net-protocol/e929166081.html 2006-03-24
[网络协议]内的更多内容

ipsec和nat工作模式的冲突和解决办法
网络安全ipsec(ip security)和网络地址转换nat(net address translation)应用已经十分广泛了,但是要使它们运...ipsec也是一种好工具,它使用户可以安全地通过internet联接到远程终端。然而,由于ipsec协议架构本身以及缺乏支...
http://www.qqread.com/net-manage/v025176081.html 2006-07-25
[网络管理]内的更多内容

ipsec基础-密钥交换和密钥保护internet密钥交换(ike)
两台ipsec计算机在交换数据之前,必须首先建立某种约定,这种约定,称为"安全关联",指双方需要就如何保护信息、...ipsec的实体(主机或路由器)间建立的逻辑连接,定义了实体间如何使用安全服务(如加密)进行通信。它由下列元素...
http://www.qqread.com/exchange/v421939108.html 2006-03-29
[交换技术]内的更多内容

ipsec基础-ipsec策略
ipsec本身没有为策略定义标准,策略的定义和表示由具体实施方案解决,以下对ipsec策略的介绍以windows 2000为例。 在windows 2000中,ipsec策略包括一系列规则(规则规定哪些数据流可以接受,哪些数据流不能接受)和过滤器(过...
http://www.qqread.com/exchange/v411939108.html 2006-03-29
[交换技术]内的更多内容

路由器设置vpn应用[ipsec篇]
在很多场合的应用中都受到了限制!而ipsec是能够更强的保密特性的,如数据加密,认证等等!ipsec在协商时主要分为两个阶段:第一阶段为isakmp/ike阶段,主要进行验证方法、加密方法及密钥协商的确定,这可以通过手工设置(manu...
http://www.qqread.com/route/2007/08/m327792.html 2007-08-24
[路由技术]内的更多内容

freebsd下配置ipsec:winxp------freebsd
实现winxp和freebsd的ipsec通信 设备: 笔记本-winxp 172.16.0.199 台式机-freebsd4.7 172.16.0.21 步骤: 一.服务器设置:(freebsd4.7) 1. 编译内核,加入ipsec支持. options ipsec options ipsec_esp options ipsec_debug #产生...
http://www.qqread.com/freebsd/s224945.html 2006-10-10
[FreeBSD]内的更多内容

基于ipsec的虚拟专用网在unix上的组建--原理篇
这就是ipsec(ip安全体系结构)技术。目前利用ipsec来实现vpn(虚拟专用网)成为一种发展趋势。 2. ip协议的安全体系结构 ipv4的包本身没有提供任何安全保护,黑客可以通过信息包探测、ip电子欺骗、连接截获、replay攻击(是一种不...
http://www.qqread.com/linux/2006/10/f233209.html 2006-09-20
[Linux]内的更多内容

基于ipsec的虚拟专用网在linux上的实现--安装配置篇
ipsec的vpn的基本原理, 现在我们来看看具体怎么配置自己的虚拟专用网. 1. vpn的类型 关于如何组建vpn, 有的公司...ipsec vpnd ssh 诸如一些cisco路由器(内嵌vpn功能) 2. 我推荐的选择 frees/wan 上面如此多的选择, 为什么我要选...
http://www.qqread.com/linux/2006/10/f233208.html 2006-09-20
[Linux]内的更多内容

在solaris和linux之间实现ipsec连接
这就是采用ipsec(ip安全协议:ip security protocol)。ipsec在网络的ip层上提供加密服务以支持数据来源认证、数据的完整性和机密性。ipsec的使用对用户和网络应用都是完全透明的,这使之成为改进现有网络服务安全性的一个很...
http://www.qqread.com/linux/2006/08/e767193061.html 2006-08-06
[Linux]内的更多内容

ipsec封锁qq的办法!
ipsec封锁了,具体的什么是ipsec请看win2000的帮助文件.具体的操作如下(下面只说了封锁本地计算机上的qq的方法,封锁域内的与此相同,略去):1.单击"开始"菜单-"程序"-"管理工具"-"本地安全设置",打开本地安全策略.2.右击左边树中...
http://www.qqread.com/meetwindows/v850178041.html 2006-07-26
[Windows操作系统]内的更多内容

windows 2003下(ipsec)疑问解答
ipsec 安全关联 (sa)(也称为硬 sa)尚未建立。解决方案:这可能是由于筛选器列表配置错误或允许与不支持 ipsec 的计算机进行不安全的通讯所造成。根据规则、筛选器列表与筛选器操作设置,检查为两个 ipsec 对等指派的策略,并...
http://www.qqread.com/meetwindows/j817178041.html 2006-07-26
[Windows操作系统]内的更多内容

基于windows的ipsec设计与实现
利用ipsec技术,在网络层实现加密传输,适应已有的各种应用系统,保护已有的投资,成为我们的首选。技术解析ipsec协议是由ietf制定的一种基于ip协议的安全标准,用于保证ip数据包传输时的安全性。ipsec协议由安全协议(包括ah...
http://www.qqread.com/meetwindows/f799178041.html 2006-07-26
[Windows操作系统]内的更多内容

如何使用ipsec保护网络通信
ipsec 术语在执行以下指导步骤之前,确保您知道以下术语的含义:身份验证:确定计算机的身份是否合法的过程。windows 2000 ipsec 支持三种身份验证:kerberos、证书和预共享密钥。只有当两个终结点(计算机)都位于同一个 wind...
http://www.qqread.com/encrypt/s411164620.html 2006-04-11
[加密技术]内的更多内容


[上一页] [20] [19] [18] [17] [16] [15] [14] [13] [12] [下一页]

您可以点击右边查看标题索引页

  相关关键字: