HowTo:Deploying Certificates with Cisco pxGrid:CA signed pxGrid client and self-signed ISE pxGrid node certificate

Size: px
Start display at page:

Download "HowTo:Deploying Certificates with Cisco pxGrid:CA signed pxGrid client and self-signed ISE pxGrid node certificate"

Transcription

1 使用 Cisco pxgrid 部署证书 证书颁发机构 (CA) 签名的 pxgrid 客户端和自签名的 ISE pxgrid 节点证书

2 目录 关于本文档... 3 简介... 4 证书配置示例... 5 自签名 ISE pxgrid 节点证书和 pxgrid 角色配置... 5 pxgrid 客户端证书配置... 8 测试 pxgrid 客户端和 ISE pxgrid 节点 查看密钥库条目 故障排除 思科系统公司第 2 页

3 关于本文档 本文档说明使用 CA 机构签名的证书和适用于 ISE pxgrid 节点的 ISE 中 ISE 自签名证书, 配置 pxgrid 客户端所需执行的配置步骤 本文档面向部署 Cisco pxgrid 的思科现场工程师 技术营销工程师 合作伙伴和客户 读者需要熟悉 pxgrid 如果读者不熟悉 pxgrid, 请参阅 Configure_and_Test_Integrion_with_Cisco_pxGrid.pdf: Configure_and_Test_Integrion_with_Cisco_pxGrid.pdf pxgrid sdk 可从思科客户团队获取 本文档假设已安装思科身份服务引擎 (ISE) 1.3 对于 pxgrid 客户端, 可以使用运行 OSX 的 MAC, 或者 Linux 操作系统 此外,pxGrid 客户端需要具备 Oracle Java Development Kit 7 或 8 在 使用证书部署 pxgrid 系列中还有两个文档 : 将 CA 签名的证书与 ISE pxgrid 节点和 pxgrid 客户端配合使用 将自签名证书与 ISE pxgrid 节点和 ISE pxgrid 客户端配合使用 2015 思科系统公司第 3 页

4 简介 本节详细说明在 ISE 独立部署中为 pxgrid 客户端和 ISE pxgrid 节点配置 CA 签名证书的过程 在这种情况下, pxgrid 客户端可能包含 Entrust 等公共 CA 签名的证书 请注意, 必须创建具有同时用于客户端身份验证 ( ) 和服务器身份验证 ( ) 的增强型密钥使用 (EKU) ISO 定义的对象标识符 (OID) 的自定义 pxgrid 模板 ISE pxgrid 节点包含 ISE 受信任证书库中的自签名 ISE 身份证书 Microsoft Enterprise CA 2008 R2 将用作签署 pxgrid 客户端证书的 CA 机构 Microsoft CA 提供的 CA root 证书将添加至 ISE 受信任证书库中 ISE 公用证书将添加至 pxgrid 客户端的密钥库 当 pxgrid 客户端连接到 ISE pxgrid 节点时, 为使 pxgrid 连接成功, 两个公共证书对于简单身份验证和安全层 (SASL) 而言都将是受信任的 下图显示证书信息流 2015 思科系统公司第 4 页

5 证书配置示例 下图显示本文档中使用的证书示例 自签名 ISE pxgrid 节点证书和 pxgrid 角色配置 此处, 我们将 ISE 自签名证书导入到 ISE 受信任证书库中 将 ISE 身份证书导入到受信任证书库中后, 可以在 ISE 节点上启用 pxgrid 角色, 并使其成为主节点 发布的节点将显示在 pxgrid Services View 中 步骤 1 导出自签名 ISE 身份证书并另存为.pem 文件 Administrion -> System -> Certifices -> select ISE identity cert -> Export( 仅公钥 ) 2015 思科系统公司第 5 页

6 步骤 2 将已保存的 ISE.pem 文件导入到 ISE 受信任证书库中 Administrion -> System -> Certifices -> Trusted Certifices -> Browse and upload file -> Submit 您将看到已导入的 ISE 受信任证书 2015 思科系统公司第 6 页

7 步骤 3 下载 CA root 证书并将其上传至 ISE 受信任证书库中, 然后启用 Trust for ISE communicion Administrion -> System -> Certifices -> Trusted Certifices -> Import & Upload the CA root certifice 步骤 4 在 ISE 中启用 pxgrid 角色 Administrion -> System -> Deployment -> Enable pxgrid -> Change role to Primary -> Save 注 : 无需将角色改为主用 2015 思科系统公司第 7 页

8 步骤 5 验证发布的服务是否已启动 Administrion -> pxgrid Services Note: 在 ISE 发布节点出现之前, 可能会有延迟 在启用 pxgrid 角色之前, 必须安装证书 pxgrid 客户端证书配置 本节逐步介绍 pxgrid 客户端自签名证书的生成过程 生成证书公钥 / 私钥对之后, 系统将根据私钥 self2.key 创建 PKCS12 文件 该 PKCS12 文件将导入到身份密钥库 self1.jks 中 此身份密钥库和关联的密码将用作 pxgrid 脚本中的 keystorefilename 和 keystorepassword pxgrid 客户端证书 self2.cer 也将被添加至身份密钥库 批量会话下载所需的 ISE 身份证书 isemnt 和 CA root 证书都将添加至信任密钥库 root.jks 中 此信任密钥库和关联的密码将用作 pxgrid 脚本中的 truststorefilename 和 truststorepassword 步骤 1 为 pxgrid 客户端生成私钥 ( 例如 self2.key) openssl genrsa -out self2.key 4096 Genering RSA prive key, 4096 bit long modulus e is (0x10001) 步骤 2 生成需要向 CA 机构提出的 CSR( 例如 self2.csr) 请求 提供质询密码 ( 例如 cisco123) openssl req -new -key self2.key -out self2.csr You are about to be asked to enter informion th will be incorpored into your certifice request. Wh you are about to enter is wh is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank Country Name (2 letter code) [AU: Ste or Province Name (full name) [Some-Ste: Locality Name (eg, city) [: Organizion Name (eg, company) [Internet Widgits Pty Ltd: Organizional Unit Name (eg, section) [: 2015 思科系统公司第 8 页

9 Common Name (e.g. server FQDN or YOUR name) [: Address [: Please enter the following 'extra' tributes to be sent with your certifice request A challenge password [:cisco123 An optional company name [:Eppich,Inc 注 : 在本文档各处使用相同的密码可便于维护, 并减少错误 步骤 3 CA 机构必须使用包含增强型密钥使用 (EKU) ISO 定义的对象标识符 (OID) 的自定义模板 ( 例如 pxgrid) 来为用户证书提供服务, 其中一个对象标识符用于客户端身份验证, 另一个对象标识符用于服务器身份验证 注 : 已在 CA 机构中创建 pxgrid 模板 这是一个重复的用户模板, 采用 Windows 2003 格式, 显示于 Certifice Temple 下拉列表中 EKU 客户端身份验证和服务器身份验证都已添加至模板中 步骤 4 根据 pxgrid 客户端证书 ( 例如 self2.cer) 中的私钥创建一个 pxgrid 客户端.pkcs12 文件 ( 例如 self2.p12) 此文件将用于密钥库管理 其中包括 CA root 文件 ( 例如 ca_root.cer) openssl pkcs12 -export -out self2.p12 -inkey self2.key -in self2.cer -chain -CAfile ca_root.cer Enter Export Password: cisco123 Verifying - Enter Export Password: cisco123 Johns-MacBook-Pro:pxGridsdk jeppich$ 注 :cisco123 是本文档中使用的密码 2015 思科系统公司第 9 页

10 步骤 5 创建 pxgrid 客户端身份密钥库 ( 例如 self2.jks), 它将用作 pxgrid 脚本示例的 keystorefilename 和关联 keystorepassword keytool -importkeystore -srckeystore self2.p12 -destkeystore self2.jks -srcstoretype PKCS12 Enter destinion keystore password: cisco123 Re-enter new password: cisco123 Enter source keystore password: cisco123 Entry for alias 1 successfully imported. Import command completed: 1 entries successfully imported, 0 entries failed or cancelled 步骤 6 仅将公共 ISE 身份证书导出到 pxgrid 客户端中, 请注意导出文件将采用.pem 格式 您可以重命名扩展名为.pem 的文件, 使其更易于读取 在本示例中, 该文件已重命名为 isemnt.pem 步骤 7 将.pem 文件转换为.der 格式 openssl x509 -outform der -in isemnt.pem -out isemnt.der 步骤 8 将 ISE 身份证书添加至信任密钥库 ( 例如 root.jks) 中, 它将成为 pxgrid 脚本中使用的 truststorefilename 和关联的 truststorepassword keytool -import -alias mnt -keystore root.jks -file isemnt.der Enter keystore password: cisco123 Re-enter new password: cisco123 Owner: CN=ise.lab6.com Issuer: CN=ise.lab6.com Serial number: f ec27e53c1dd64f46 Valid from: Sun Dec 07 17:46:29 PST 2014 until: Mon Dec 07 17:46:29 PST 2015 Certifice fingerprints: MD5: 04:7D:67:04:EC:D2:F5:BC:DC:79:4D:0A:FF:62:09:FD SHA1: 5A:7B:02:E4:07:A1:D2:0B:7D:A5:AE:83:27:3B:E7:33:33:30:1E:32 SHA256: C4:21:6C:6F:5B:06:F3:2C:D7:26:35:CB:BE:2B:1B:FF:0E:EE:09:91:F6:B6:54:0C:6F:63:CB:43:1F:77:F2:37 Signure algorithm name: SHA1withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false BasicConstraints:[ CA:true PhLen: 思科系统公司第 10 页

11 #2: ObjectId: Criticality=false ExtendedKeyUsages [ serverauth clientauth #3: ObjectId: Criticality=false KeyUsage [ DigitalSignure Key_Encipherment Key_Agreement Key_CertSign #4: ObjectId: Criticality=false NetscapeCertType [ SSL server #5: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: C4 F3 1A 9E 7B 1B 14 4F 51 9E A A AC...OQ...3.z. 0010: D4 u76. Trust this certifice? [no: yes Certifice was added to keystore Johns-MacBook-Pro:pxGridsdk jeppich$ 步骤 9 将 pxgrid 客户端证书导入到身份密钥库中 keytool -import -alias pxgridclient -keystore self2.jks -file self2.cer Enter keystore password: cisco123 Certifice already exists in keystore under alias <1> Do you still want to add it? [no: no Certifice was not added to keystroke 步骤 10 将 CA Root 证书添加至信任密钥库中 两个证书都需要驻留在信任密钥库中 keytool -import -alias root -keystore root.jks -file ca_root.cer Enter keystore password: cisco123 Owner: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Issuer: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Serial number: 448a6d6486c91cb14c6888c127d16c4e Valid from: Thu Nov 13 17:47:06 PST 2014 until: Wed Nov 13 17:57:06 PST 2019 Certifice fingerprints: MD5: 41:10:8A:F5:36:76:79:9C:2C:00:03:47:55:F8:CF:7B SHA1: 9D:DA:06:AF:06:3F:8F:5E:84:C7:F4:58:50:95:03:22:64:48:96:9F SHA256: DB:28:50:D6:47:CA:C0:6A:E9:7B:87:B4:0E:9C:3A:C1:A2:61:EA:D1:29:8B:45:B4:76:4B:DA:2A:F1:D8:E0:A3 Signure algorithm name: SHA256withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false 0000: 思科系统公司第 11 页

12 #2: ObjectId: Criticality=true BasicConstraints:[ CA:true PhLen: #3: ObjectId: Criticality=false KeyUsage [ DigitalSignure Key_CertSign Crl_Sign #4: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A9 C7 8E 26 9C F5 37 0A E6 5A D4 A &..7..Z.6& : 6A C8 79 2C j.y, Trust this certifice? [no: yes Certifice was added to keystore 步骤 11 将身份密钥库 ( 例如 self2.jks) 和信任密钥库 ( 例如 root.jks) 复制至 /samples/bin 文件夹 测试 pxgrid 客户端和 ISE pxgrid 节点 系统将运行样本 pxgrid 脚本 register.sh 和 session_download.sh 来确保 pxgrid 客户端连接和 pxgrid 注册 会话下载将确保 ISE MNT 证书和 pxgrid 客户端没有问题 步骤 1 注册 pxgrid 客户端./register.sh -keystorefilename self2.jks -keystorepassword cisco123 -truststorefilename root.jks - truststorepassword cisco123 -group Session -description test -hostname username JohnMACbook properties version=1.0.0 hostnames= username=johnmacbook descriptipon=test keystorefilename=self2.jks keystorepassword=cisco123 truststorefilename=root.jks truststorepassword=cisco registering... connecting... connected. done registering. connection closed 2015 思科系统公司第 12 页

13 步骤 2 运行会话下载./session_download.sh -keystorefilename self2.jks -keystorepassword cisco123 -truststorefilename root.jks - truststorepassword cisco123 -hostname username JohnMACbook properties version=1.0.0 hostnames= username=johnmacbook keystorefilename=self2.jks keystorepassword=cisco123 truststorefilename=root.jks truststorepassword=cisco123 filter=null start=null end=null connecting... connected. starting Wed Dec 10 09:55:36 PST session (ip= , Audit Session Id=0A B006E1086, User Name=jeppich, AD User DNS Domain=lab6.com, AD Host DNS Domain=null, AD User NetBIOS Name=LAB6, AD Host NETBIOS Name=null, Calling stion id=00:0c:29:d1:8d:90, Session ste= STARTED, Epsstus=null, Security Group=null, Endpoint Profile=VMWare-Device, NAS IP= , NAS Port=GigabitEthernet1/0/15, RADIUSAVPairs=[ Acct-Session- Id= , Posture Stus=null, Posture Timestamp=, Session Last Upde Time=Wed Dec 10 08:27:59 PST 2014 )... ending : Wed Dec 10 09:55:36 PST downloaded 1 sessions in 100 milliseconds connection closed 查看密钥库条目 通过查看密钥库条目, 可以查看身份和信任密钥库的受信任证书条目 keytool -list -v -keystore self2.jks Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 2 entries Alias name: isecert Creion de: Dec 10, 2014 Entry type: trustedcertentry Owner: CN=ise.lab6.com Issuer: CN=ise.lab6.com Serial number: f ec27e53c1dd64f46 Valid from: Sun Dec 07 17:46:29 PST 2014 until: Mon Dec 07 17:46:29 PST 2015 Certifice fingerprints: MD5: 04:7D:67:04:EC:D2:F5:BC:DC:79:4D:0A:FF:62:09:FD SHA1: 5A:7B:02:E4:07:A1:D2:0B:7D:A5:AE:83:27:3B:E7:33:33:30:1E:32 SHA256: C4:21:6C:6F:5B:06:F3:2C:D7:26:35:CB:BE:2B:1B:FF:0E:EE:09:91:F6:B6:54:0C:6F:63:CB:43:1F:77:F2:37 Signure algorithm name: SHA1withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false BasicConstraints:[ 2015 思科系统公司第 13 页

14 CA:true PhLen: #2: ObjectId: Criticality=false ExtendedKeyUsages [ serverauth clientauth #3: ObjectId: Criticality=false KeyUsage [ DigitalSignure Key_Encipherment Key_Agreement Key_CertSign #4: ObjectId: Criticality=false NetscapeCertType [ SSL server #5: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: C4 F3 1A 9E 7B 1B 14 4F 51 9E A A AC...OQ...3.z. 0010: D4 u76. ******************************************* ******************************************* Alias name: 1 Creion de: Dec 10, 2014 Entry type: PriveKeyEntry Certifice chain length: 2 Certifice[1: Owner: O=Internet Widgits Pty Ltd, ST=Some-Ste, C=AU Issuer: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Serial number: 6105dce a Valid from: Wed Dec 10 09:01:44 PST 2014 until: S Dec 10 09:11:44 PST 2016 Certifice fingerprints: MD5: 76:3E:43:48:A7:FD:2C:5B:A3:FD:76:3F:6E:DF:2D:B8 SHA1: A9:E4:66:D9:34:C6:62:67:2B:C0:AF:E1:68:83:EA:36:3D:2A:23:CC SHA256: 0E:D8:04:30:39:3E:0B:06:D5:3E:29:94:ED:C7:76:7A:5E:27:1C:14:CF:CD:1E:4D:10:AF:22:A7:54:E5:52:7B Signure algorithm name: SHA256withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false 0000: E A F7 0D *.H : E A F7 0D *.H : B 0E A A * 0030: F7 0D H... #2: ObjectId: Criticality=false 0000: A B A : B A B : C 06 0A 2B : 37 0A #3: ObjectId: Criticality=false 0000: 30 2D B DC FD 1A 0-.% : 87 CB EB D 2D 86 E6 FC A y S : 5E 86 D1 B FC EF ^...#...@..d 思科系统公司第 14 页

15 #4: ObjectId: Criticality=false AuthorityInfoAccess [ [ accessmethod: caissuers accesslocion: URIName: ldap:///cn=lab6-win-bg7gpq053id- CA,CN=AIA,CN=Public%20Key%20Services,CN=Services,CN=Configurion,DC=lab6,DC=com?cACertifice?base?objectCla ss=certificionauthority #5: ObjectId: Criticality=false AuthorityKeyIdentifier [ KeyIdentifier [ 0000: A9 C7 8E 26 9C F5 37 0A E6 5A D4 A &..7..Z.6& : 6A C8 79 2C j.y, #6: ObjectId: Criticality=false CRLDistributionPoints [ [DistributionPoint: [URIName: ldap:///cn=lab6-win-bg7gpq053id-ca,cn=win- BG7GPQ053ID,CN=CDP,CN=Public%20Key%20Services,CN=Services,CN=Configurion,DC=lab6,DC=com?certificeRevoci onlist?base?objectclass=crldistributionpoint #7: ObjectId: Criticality=false CertificePolicies [ [CertificePolicyId: [ [ #8: ObjectId: Criticality=false ExtendedKeyUsages [ serverauth clientauth protection #9: ObjectId: Criticality=true KeyUsage [ DigitalSignure Key_Encipherment #10: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: 36 E2 1A 09 D D C3 6A 18 C1 C4 EB AE B5 6...QrM.j : E E.H9N Certifice[2: Owner: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Issuer: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Serial number: 448a6d6486c91cb14c6888c127d16c4e Valid from: Thu Nov 13 17:47:06 PST 2014 until: Wed Nov 13 17:57:06 PST 2019 Certifice fingerprints: MD5: 41:10:8A:F5:36:76:79:9C:2C:00:03:47:55:F8:CF:7B SHA1: 9D:DA:06:AF:06:3F:8F:5E:84:C7:F4:58:50:95:03:22:64:48:96:9F SHA256: DB:28:50:D6:47:CA:C0:6A:E9:7B:87:B4:0E:9C:3A:C1:A2:61:EA:D1:29:8B:45:B4:76:4B:DA:2A:F1:D8:E0:A3 Signure algorithm name: SHA256withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false 0000: 思科系统公司第 15 页

16 #2: ObjectId: Criticality=true BasicConstraints:[ CA:true PhLen: #3: ObjectId: Criticality=false KeyUsage [ DigitalSignure Key_CertSign Crl_Sign #4: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A9 C7 8E 26 9C F5 37 0A E6 5A D4 A &..7..Z.6& : 6A C8 79 2C j.y, ******************************************* ******************************************* keytool -list -v -keystore root.jks Enter keystore password: Keystore type: JKS Keystore provider: SUN Your keystore contains 2 entries Alias name: root Creion de: Dec 10, 2014 Entry type: trustedcertentry Owner: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Issuer: CN=lab6-WIN-BG7GPQ053ID-CA, DC=lab6, DC=com Serial number: 448a6d6486c91cb14c6888c127d16c4e Valid from: Thu Nov 13 17:47:06 PST 2014 until: Wed Nov 13 17:57:06 PST 2019 Certifice fingerprints: MD5: 41:10:8A:F5:36:76:79:9C:2C:00:03:47:55:F8:CF:7B SHA1: 9D:DA:06:AF:06:3F:8F:5E:84:C7:F4:58:50:95:03:22:64:48:96:9F SHA256: DB:28:50:D6:47:CA:C0:6A:E9:7B:87:B4:0E:9C:3A:C1:A2:61:EA:D1:29:8B:45:B4:76:4B:DA:2A:F1:D8:E0:A3 Signure algorithm name: SHA256withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false 0000: #2: ObjectId: Criticality=true BasicConstraints:[ CA:true PhLen: #3: ObjectId: Criticality=false KeyUsage [ DigitalSignure Key_CertSign Crl_Sign 2015 思科系统公司第 16 页

17 #4: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: A9 C7 8E 26 9C F5 37 0A E6 5A D4 A &..7..Z.6& : 6A C8 79 2C j.y, ******************************************* ******************************************* Alias name: mnt Creion de: Dec 10, 2014 Entry type: trustedcertentry Owner: CN=ise.lab6.com Issuer: CN=ise.lab6.com Serial number: f ec27e53c1dd64f46 Valid from: Sun Dec 07 17:46:29 PST 2014 until: Mon Dec 07 17:46:29 PST 2015 Certifice fingerprints: MD5: 04:7D:67:04:EC:D2:F5:BC:DC:79:4D:0A:FF:62:09:FD SHA1: 5A:7B:02:E4:07:A1:D2:0B:7D:A5:AE:83:27:3B:E7:33:33:30:1E:32 SHA256: C4:21:6C:6F:5B:06:F3:2C:D7:26:35:CB:BE:2B:1B:FF:0E:EE:09:91:F6:B6:54:0C:6F:63:CB:43:1F:77:F2:37 Signure algorithm name: SHA1withRSA Version: 3 Extensions: #1: ObjectId: Criticality=false BasicConstraints:[ CA:true PhLen: #2: ObjectId: Criticality=false ExtendedKeyUsages [ serverauth clientauth #3: ObjectId: Criticality=false KeyUsage [ DigitalSignure Key_Encipherment Key_Agreement Key_CertSign #4: ObjectId: Criticality=false NetscapeCertType [ SSL server #5: ObjectId: Criticality=false SubjectKeyIdentifier [ KeyIdentifier [ 0000: C4 F3 1A 9E 7B 1B 14 4F 51 9E A A AC...OQ...3.z. 0010: D4 u76. ******************************************* ******************************************* 2015 思科系统公司第 17 页

18 故障排除 本节介绍一些故障排除提示 : 通过验证 pxgrid 客户端主机名和 ISE pxgrid 是否可通过 DNS 进行解析, 避免出现 pxgrid 脚本错误消息 如果信任库有更改, 并且收到类似的错误消息, 请从 ISE VM 停止并重新启动 ISE 应用./register.sh -keystorefilename self1.jks -keysrepassword cisco123 -truststorefilename root1.jks - truststorepassword cisco123 -username pxgridclient -hostname group Session -description test properties version=1.0.0 hostnames= username=pxgridclient descriptipon=test1 keystorefilename=self1.jks keystorepassword=cisco123 truststorefilename=root1.jks truststorepassword=cisco registering... connecting... javax.net.ssl.sslhandshakeexception: Received fal alert: unknown_ca sun.security.ssl.alerts.getsslexception(alerts.java:192) sun.security.ssl.alerts.getsslexception(alerts.java:154) sun.security.ssl.sslsocketimpl.recvalert(sslsocketimpl.java:1991) sun.security.ssl.sslsocketimpl.readrecord(sslsocketimpl.java:1104) sun.security.ssl.sslsocketimpl.performinitialhandshake(sslsocketimpl.java:1343) sun.security.ssl.sslsocketimpl.starthandshake(sslsocketimpl.java:1371) sun.security.ssl.sslsocketimpl.starthandshake(sslsocketimpl.java:1355) org.jivesoftware.smack.xmppconnection.proceedtlsreceived(xmppconnection.java:806) org.jivesoftware.smack.packetreader.parsepackets(packetreader.java:267) org.jivesoftware.smack.packetreader.access$000(packetreader.java:43) org.jivesoftware.smack.packetreader$1.run(packetreader.java:70) Exception in thread "main" com.cisco.pxgrid.gclexception: SASL authenticion failed: com.cisco.pxgrid.gridconnection.connect(gridconnection.java:197) com.cisco.pxgrid.samples.ise.register.main(register.java:99) Caused by: SASL authenticion failed: org.jivesoftware.smack.saslauthenticion.authentice(saslauthenticion.java:281) org.jivesoftware.smack.xmppconnection.login(xmppconnection.java:206) com.cisco.pxgrid.configurion.connect(configurion.java:194) com.cisco.pxgrid.gridconnection.connect(gridconnection.java:134)... 1 more 重新启动 ISE 服务 applicion stop ise applicion start ise 验证 pxgrid 进程是否正在初始化 sh applicion stus ise 2015 思科系统公司第 18 页

19 如果您看到类似的错误消息, 则需要将 root 证书添加至 truststorefilename 密钥库中, 在本示例中例如添加至 root3.jks./register.sh -keystorefilename pxgridclient.jks -keystorepassword cisco123 -truststorefilename root3.jks - truststorepassword cisco123 -group Session -description MACBOOK -username Macbook_PRO -hostname properties version=1.0.0 hostnames= username=macbook_pro descriptipon=macbook keystorefilename=pxgridclient.jks keystorepassword=cisco123 truststorefilename=root3.jks truststorepassword=cisco registering... connecting... javax.net.ssl.sslhandshakeexception: java.security.cert.certificeexception: root certifice not trusted of [ise.lab6.com sun.security.ssl.alerts.getsslexception(alerts.java:192) sun.security.ssl.sslsocketimpl.fal(sslsocketimpl.java:1917) sun.security.ssl.handshaker.false(handshaker.java:301) sun.security.ssl.handshaker.false(handshaker.java:295) sun.security.ssl.clienthandshaker.servercertifice(clienthandshaker.java:1471) sun.security.ssl.clienthandshaker.processmessage(clienthandshaker.java:212) sun.security.ssl.handshaker.processloop(handshaker.java:936) sun.security.ssl.handshaker.process_record(handshaker.java:871) sun.security.ssl.sslsocketimpl.readrecord(sslsocketimpl.java:1043) sun.security.ssl.sslsocketimpl.performinitialhandshake(sslsocketimpl.java:1343) sun.security.ssl.sslsocketimpl.starthandshake(sslsocketimpl.java:1371) sun.security.ssl.sslsocketimpl.starthandshake(sslsocketimpl.java:1355) org.jivesoftware.smack.xmppconnection.proceedtlsreceived(xmppconnection.java:806) org.jivesoftware.smack.packetreader.parsepackets(packetreader.java:267) org.jivesoftware.smack.packetreader.access$000(packetreader.java:43) org.jivesoftware.smack.packetreader$1.run(packetreader.java:70) Caused by: java.security.cert.certificeexception: root certifice not trusted of [ise.lab6.com org.jivesoftware.smack.servertrustmanager.checkservertrusted(servertrustmanager.java:144) sun.security.ssl.abstracttrustmanagerwrapper.checkservertrusted(sslcontextimpl.java:865) sun.security.ssl.clienthandshaker.servercertifice(clienthandshaker.java:1453) more 如果您看到以下错误消息, 请确保 pxgrid 客户端和 ISE pxgrid FQDN 名称可通过 DNS 解析./session_download.sh -keystorefilename jeppich.jks -keystorepassword cisco123 -truststorefilename trust007.jks -truststorepassword cisco123 -hostname username mac properties version=1.0.0 hostnames= username=mac2 keystorefilename=jeppich.jks keystorepassword=cisco123 truststorefilename=trust007.jks truststorepassword=cisco123 filter=null start=null end=null connecting... connected. 20:18: [main WARN o.a.cxf.phase.phaseinterceptorchain - Interceptor for { has thrown exception, unwinding now org.apache.cxf.interceptor.fault: Could not send Message. org.apache.cxf.interceptor.messagesenderinterceptor$messagesenderendinginterceptor.handlemessage(messagesende rinterceptor.java:64) ~[cxf-api jar:2.7.3 org.apache.cxf.phase.phaseinterceptorchain.dointercept(phaseinterceptorchain.java:271) ~[cxf-api jar: 思科系统公司第 19 页

20 org.apache.cxf.jaxrs.client.abstractclient.doruninterceptorchain(abstractclient.java:581) [cxf-rtfrontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.dochainedinvocion(webclient.java:904) [cxf-rt-frontendjaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.doinvoke(webclient.java:772) [cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.doinvoke(webclient.java:759) [cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.invoke(webclient.java:355) [cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.post(webclient.java:381) [cxf-rt-frontend-jaxrs jar:2.7.3 com.cisco.pxgrid.stub.identity.impl.sessioniterorimpl.open(sessioniterorimpl.java:128) [pxgrid-identity-client-stub jar:1.0.0 com.cisco.pxgrid.samples.ise.sessiondownload.main(sessiondownload.java:132) [pxgrid-sdk jar:1.0.0 Caused by: java.net.unknownhostexception: UnknownHostException invoking ise.lab6.com sun.reflect.niveconstructoraccessorimpl.newinstance0(nive Method) ~[na:1.8.0_25 sun.reflect.niveconstructoraccessorimpl.newinstance(niveconstructoraccessorimpl.java:62) ~[na:1.8.0_25 sun.reflect.delegingconstructoraccessorimpl.newinstance(delegingconstructoraccessorimpl.java:45) ~[na:1.8.0_25 java.lang.reflect.constructor.newinstance(constructor.java:408) ~[na:1.8.0_25 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.mapexception(httpconduit.java:1338) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.close(httpconduit.java:1322) ~[cxfrt-transports-http jar:2.7.3 org.apache.cxf.transport.abstractconduit.close(abstractconduit.java:56) ~[cxf-api jar:2.7.3 org.apache.cxf.transport.http.httpconduit.close(httpconduit.java:622) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.interceptor.messagesenderinterceptor$messagesenderendinginterceptor.handlemessage(messagesende rinterceptor.java:62) ~[cxf-api jar: common frames omitted Caused by: java.net.unknownhostexception: ise.lab6.com java.net.abstractplainsocketimpl.connect(abstractplainsocketimpl.java:184) ~[na:1.8.0_25 java.net.sockssocketimpl.connect(sockssocketimpl.java:392) ~[na:1.8.0_25 java.net.socket.connect(socket.java:589) ~[na:1.8.0_25 sun.security.ssl.sslsocketimpl.connect(sslsocketimpl.java:649) ~[na:1.8.0_25 sun.net.networkclient.doconnect(networkclient.java:175) ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. tion.java:191) ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. :177) ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 org.apache.cxf.transport.http.urlconnectionhttpconduit$urlconnectionwrappedoutputstream.setupwrappedstream(ur LConnectionHTTPConduit.java:170) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.handleheaderstrustcaching(httpconduit.java:1282) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.onfirstwrite(httpconduit.java:1233) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.urlconnectionhttpconduit$urlconnectionwrappedoutputstream.onfirstwrite(urlconne ctionhttpconduit.java:183) ~[cxf-rt-transports-http jar: 思科系统公司第 20 页

21 org.apache.cxf.io.abstractwrappedoutputstream.write(abstractwrappedoutputstream.java:47) ~[cxfapi jar:2.7.3 org.apache.cxf.io.abstractthresholdoutputstream.write(abstractthresholdoutputstream.java:69) ~[cxf-api jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.close(httpconduit.java:1295) ~[cxfrt-transports-http jar: common frames omitted 20:18: [main WARN c.c.p.s.i.impl.sessioniterorimpl - unsuccessful tempt made to session directory ise.lab6.com javax.ws.rs.client.clientexception: javax.ws.rs.client.clientexception: org.apache.cxf.interceptor.fault: Could not send Message. org.apache.cxf.jaxrs.client.webclient.doresponse(webclient.java:946) ~[cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.dochainedinvocion(webclient.java:905) ~[cxf-rt-frontendjaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.doinvoke(webclient.java:772) ~[cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.doinvoke(webclient.java:759) ~[cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.invoke(webclient.java:355) ~[cxf-rt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.post(webclient.java:381) ~[cxf-rt-frontend-jaxrs jar:2.7.3 com.cisco.pxgrid.stub.identity.impl.sessioniterorimpl.open(sessioniterorimpl.java:128) ~[pxgrid-identity-client-stub jar:1.0.0 com.cisco.pxgrid.samples.ise.sessiondownload.main(sessiondownload.java:132) [pxgrid-sdk jar:1.0.0 Caused by: javax.ws.rs.client.clientexception: org.apache.cxf.interceptor.fault: Could not send Message. org.apache.cxf.jaxrs.client.abstractclient.checkclientexception(abstractclient.java:522) ~[cxf-rtfrontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.abstractclient.preprocessresult(abstractclient.java:508) ~[cxf-rtfrontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.doresponse(webclient.java:941) ~[cxf-rt-frontend-jaxrs jar: common frames omitted Caused by: org.apache.cxf.interceptor.fault: Could not send Message. org.apache.cxf.interceptor.messagesenderinterceptor$messagesenderendinginterceptor.handlemessage(messagesende rinterceptor.java:64) ~[cxf-api jar:2.7.3 org.apache.cxf.phase.phaseinterceptorchain.dointercept(phaseinterceptorchain.java:271) ~[cxf-api jar:2.7.3 org.apache.cxf.jaxrs.client.abstractclient.doruninterceptorchain(abstractclient.java:581) ~[cxfrt-frontend-jaxrs jar:2.7.3 org.apache.cxf.jaxrs.client.webclient.dochainedinvocion(webclient.java:904) ~[cxf-rt-frontendjaxrs jar: common frames omitted Caused by: java.net.unknownhostexception: UnknownHostException invoking ise.lab6.com sun.reflect.niveconstructoraccessorimpl.newinstance0(nive Method) ~[na:1.8.0_25 sun.reflect.niveconstructoraccessorimpl.newinstance(niveconstructoraccessorimpl.java:62) ~[na:1.8.0_25 sun.reflect.delegingconstructoraccessorimpl.newinstance(delegingconstructoraccessorimpl.java:45) ~[na:1.8.0_25 java.lang.reflect.constructor.newinstance(constructor.java:408) ~[na:1.8.0_25 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.mapexception(httpconduit.java:1338) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.close(httpconduit.java:1322) ~[cxfrt-transports-http jar:2.7.3 org.apache.cxf.transport.abstractconduit.close(abstractconduit.java:56) ~[cxf-api jar:2.7.3 org.apache.cxf.transport.http.httpconduit.close(httpconduit.java:622) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.interceptor.messagesenderinterceptor$messagesenderendinginterceptor.handlemessage(messagesende rinterceptor.java:62) ~[cxf-api jar: common frames omitted Caused by: java.net.unknownhostexception: ise.lab6.com java.net.abstractplainsocketimpl.connect(abstractplainsocketimpl.java:184) ~[na:1.8.0_25 java.net.sockssocketimpl.connect(sockssocketimpl.java:392) ~[na:1.8.0_25 java.net.socket.connect(socket.java:589) ~[na:1.8.0_25 sun.security.ssl.sslsocketimpl.connect(sslsocketimpl.java:649) ~[na:1.8.0_25 sun.net.networkclient.doconnect(networkclient.java:175) ~[na:1.8.0_25 sun.net. ~[na:1.8.0_ 思科系统公司第 21 页

22 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. tion.java:191) ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. :177) ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 sun.net. ~[na:1.8.0_25 org.apache.cxf.transport.http.urlconnectionhttpconduit$urlconnectionwrappedoutputstream.setupwrappedstream(ur LConnectionHTTPConduit.java:170) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.handleheaderstrustcaching(httpconduit.java:1282 ) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.onfirstwrite(httpconduit.java:1233) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.transport.http.urlconnectionhttpconduit$urlconnectionwrappedoutputstream.onfirstwrite(urlconne ctionhttpconduit.java:183) ~[cxf-rt-transports-http jar:2.7.3 org.apache.cxf.io.abstractwrappedoutputstream.write(abstractwrappedoutputstream.java:47) ~[cxfapi jar:2.7.3 org.apache.cxf.io.abstractthresholdoutputstream.write(abstractthresholdoutputstream.java:69) ~[cxf-api jar:2.7.3 org.apache.cxf.transport.http.httpconduit$wrappedoutputstream.close(httpconduit.java:1295) ~[cxfrt-transports-http jar: common frames omitted Exception in thread "main" java.io.ioexception: unsuccessful tempts made to all session directories com.cisco.pxgrid.stub.identity.impl.sessioniterorimpl.open(sessioniterorimpl.java:148) com.cisco.pxgrid.samples.ise.sessiondownload.main(sessiondownload.java:132) 2015 思科系统公司第 22 页

使用 Cisco pxGrid 部署证书 将自签名证书与 ISE pxGrid 节点和 pxGrid 客户端配合使用

使用 Cisco pxGrid 部署证书 将自签名证书与 ISE pxGrid 节点和 pxGrid 客户端配合使用 使用 Cisco pxgrid 部署证书 将自签名证书与 ISE pxgrid 节点和 pxgrid 客户端配合使用 目录 关于本文档... 3 简介... 4 证书配置示例... 5 自签名 ISE pxgrid 节点证书和 pxgrid 角色配置... 5 自签名 pxgrid 客户端证书... 8 测试 pxgrid 客户端和 ISE pxgrid 节点... 12 查看密钥库条目... 14

More information

在 ISE 分布式环境中配置 pxGrid

在 ISE  分布式环境中配置 pxGrid 在 ISE 分布式环境中配置 pxgrid 草稿 目录 关于本文档... 4 简介... 5 使用 pxgrid 角色的 ISE 分布式部署简介... 6 pxgrid 角色配置... 8 配置 Microsoft CA 2008 R2 企业版 pxgrid 模板... 8 不含 pxgrid 主用 - 备用配置的 pxgrid 节点配置... 10 生成 CA 签名的节点证书... 10 在主要

More information

PKCS# PEM Erreur! Signet non défini

PKCS# PEM Erreur! Signet non défini TheGreenBow IPSec VPN http://www.thegreenbow.com support@thegreenbow.com TheGreenBow Sistech SA - Sistech 2001-2010 1/27 1... 3 1.1... 3 1.2... 3 2... 4 2.1... 4 2.2 PKCS#12... 6 2.3 PEM... 8 2.4... Erreur!

More information

HowTo: Deploying Lancope Stealthwatch with pxGrid

HowTo: Deploying Lancope Stealthwatch with pxGrid 使用 Cisco pxgrid 部署 Lancope StealthWatch 目录 关于本文档... 3 简介... 4 组合使用 CA 签名证书与 SMC... 5 上传 CA 根证书... 5 创建 CA 签名的 SMC 证书... 6 上传 CA 签名的 SMC 客户端证书... 7 SMC Java 客户端... 8 获取主机 Java 库以信任 CA 证书... 8 配置 ANC pxgrid

More information

keystore weblogic.jks certreq.pem CA server.cer

keystore weblogic.jks certreq.pem CA server.cer \\\\\\\\\\\\ 2005 6 17 Windows 2000 Server WebLogic server 8.1 SP2 JDK1.4.2; IE 5.0 WebLogic8.1 www.cnca.net Guangdong Electronic Certification Authority 1...4 2...5 3...5 3.1...5 3.2 keystore weblogic.jks...5

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

Basic System Administration

Basic System Administration 基 本 系 统 管 理 ESX Server 3.5 ESX Server 3i 版 本 3.5 Virtual Center 2.5 基 本 管 理 指 南 基 本 管 理 指 南 修 订 时 间 :20080410 项 目 :VI-CHS-Q208-490 我 们 的 网 站 提 供 最 新 的 技 术 文 档, 网 址 为 : http://www.vmware.com/cn/support/

More information

EPSON

EPSON NPD5493-00 TC .... 5....5....5....6 SSL/TLS....7....7 IP....8.... 8 Web Config...9 Web Config...10 EpsonNet Config...11 EpsonNet Config Windows...11 EpsonNet Config Windows...11 EpsonNet Config - Windows...

More information

SL2511 SR Plus 操作手冊_單面.doc

SL2511 SR Plus 操作手冊_單面.doc IEEE 802.11b SL-2511 SR Plus SENAO INTERNATIONAL CO., LTD www.senao.com - 1 - - 2 - .5 1-1...5 1-2...6 1-3...6 1-4...7.9 2-1...9 2-2 IE...11 SL-2511 SR Plus....13 3-1...13 3-2...14 3-3...15 3-4...16-3

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

一.NETGEAR VPN防火墙产品介绍

一.NETGEAR VPN防火墙产品介绍 NETGEAR VPN NETGEAR 6 http://www.netgear.com.cn - 1 - NETGEAR VPN... 4 1.1 VPN...4 1.2 Dynamic Domain Name Service...4 1.3 Netgear VPN...4 Netgear VPN... 6 2.1 FVS318 to FVS318 IKE Main...7 2.1.1 A VPN

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

软件概述

软件概述 Cobra DocGuard BEIJING E-SAFENET SCIENCE & TECHNOLOGY CO.,LTD. 2003 3 20 35 1002 010-82332490 http://www.esafenet.com Cobra DocGuard White Book 1 1....4 1.1...4 1.2 CDG...4 1.3 CDG...4 1.4 CDG...5 1.5

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

(CSR)...2 CA CA CA CA Base64 CA CA SSL

(CSR)...2 CA CA CA CA Base64 CA CA SSL 2005 6 17 Red Hat Linux 7.2 apache 1.3.20-16 IE 5.0 Apache1.3.20-16 www.cnca.net Guangdong Electronic Certification Authority ...1...1 (CSR)...2 CA...3 4.1...3 4.2...5...5 5.1...5 5.2 CA...6 5.2.1 CA...6

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

AXIS P7224 Video Encoder Blade – Installation Guide

AXIS P7224 Video Encoder Blade – Installation Guide 安 装 指 南 AXIS P7224 刀 片 视 频 编 码 器 中 文 法 律 考 虑 事 项 视 频 和 音 频 监 视 可 能 会 受 法 律 限 制, 各 个 国 家 / 地 区 的 法 律 会 有 所 不 同 如 将 本 产 品 用 于 监 控 目 的, 需 要 先 检 查 是 否 符 合 你 所 在 区 域 内 的 法 律 规 定 本 产 品 包 括 四 个 (4) H.264 解 码

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

NT 4

NT 4 NT 4.0 Windows 2003 : Microsoft Windows NT Server 4.0 2004 12 31 Microsoft Windows 2003 Microsoft Windows Server 2003 : 1. 2. 3. 4. Total Cost of Ownership 5. 6. 7. XML Web Services Microsoft Certified

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

ebook 185-6

ebook 185-6 6 Red Hat Linux DB2 Universal Database 6.1 D B 2 Red Hat D B 2 Control Center D B 2 D B 2 D B 2 6.1 DB2 Universal Database [DB2]6.1 D B 2 O LT P O L A P D B 2 I B M P C We e k D B 2 D B 2 L i n u x Windows

More information

IBM Rational ClearQuest Client for Eclipse 1/ IBM Rational ClearQuest Client for Ecl

IBM Rational ClearQuest Client for Eclipse   1/ IBM Rational ClearQuest Client for Ecl 1/39 Balaji Krish,, IBM Nam LeIBM 2005 4 15 IBM Rational ClearQuest ClearQuest Eclipse Rational ClearQuest / Eclipse Clien Rational ClearQuest Rational ClearQuest Windows Web Rational ClearQuest Client

More information

Acrobat Distiller, Job 3

Acrobat Distiller, Job 3 逢 甲 大 學 資 訊 工 程 學 系 專 題 電 子 商 務 金 融 系 統 The Financial System for Electronic Commerce 指 導 教 授 : 李 維 斌 博 士 lwb@iecs.fcu.edu.tw 逢 甲 大 學 資 訊 工 程 學 系 學 生 : 曾 政 國 cktw@taiwan.com 逢 甲 大 學 資 訊 工 程 學 系 中 華 民 國

More information

ebook70-11

ebook70-11 11 L i n u x p i n e M e s s e n g e r P P P I S 11.1 s e n d m a i l U N I X O p e n L i n u x U N I X O p e n L i n u x O p e n L i n u x s e n d m a i l O p e n L i n u x ( 11-1 ) 11-1 O p e n L i n

More information

EPSON

EPSON NPD 4956-00 TC .... 5....5....5....6 SSL/TLS....7 IP....8....8....9 Web Config...10 Web Config...11 EpsonNet Config...12 EpsonNet Config Windows...13 EpsonNet Config Windows...13 EpsonNet Config - Windows...

More information

ebook 145-6

ebook 145-6 6 6.1 Jim Lockhart Windows 2000 0 C S D Wo r m. E x p l o r e Z i p z i p p e d _ f i l e s. e x e Wo r m. E x p l o r e Z i p H i Recipient Name! I received your email and I shall send you a reply ASAP.

More information

PTS7_Manual.PDF

PTS7_Manual.PDF User Manual Soliton Technologies CO., LTD www.soliton.com.tw - PCI V2.2. - PCI 32-bit / 33MHz * 2 - Zero Skew CLK Signal Generator. - (each Slot). -. - PCI. - Hot-Swap - DOS, Windows 98/2000/XP, Linux

More information

ebook13-4

ebook13-4 4 J D K 1. 2 J a v a, I n t e r n e t J D K 1. 2 J V M 1. 2, J D K Java applet Java IE Navigator JVM Java 4.1 JDK1.2 Wi n 32 ( M S - Wi n d o w s Windows NT) Sun Solaris J D K 1. 2 h t t p :// j a v a.

More information

SP5 user guide.PDF

SP5 user guide.PDF -- 2277 6677 futures@phillip.com.hk PHILLIP COMMODITIES (HK) LTD. 2 1 3 24 2277 6677 PATS A. PATS POEMS Professional J-Trader 1. 2. 3. 4. 5. 6. 7. 8. B. (CPU) RAM (Hard disk) PIII 800 MHz 128 MB 50MB 15

More information

IP-Routing-05.pdf

IP-Routing-05.pdf RI P R I P - 2 RIP -1 R I P - 2 DV RIP -1 RIP-2 16... RIP-2 RIP-2 RIP -1 R I P - 2 RIP-2 RIP-2 RIP-2 V L S M disc ontiguous addr ess sp ace C I D R Cla ssless In ter -Dom ain Routing 121 1 2 2 IP RIP-2

More information

ebook71-13

ebook71-13 13 I S P Internet 13. 2. 1 k p p p P P P 13. 2. 2 1 3. 2. 3 k p p p 1 3. 2. 4 l i n u x c o n f P P P 13. 2. 5 p p p s e t u p 13. 2. 6 p p p s e t u p P P P 13. 2. 7 1 3. 2. 8 C a l d e r a G U I 13.

More information

VIDEOJET connect 7000 VJC-7000-90 zh- CHS Operation Manual VIDEOJET connect 7000 zh-chs 3 目 录 1 浏 览 器 连 接 7 1.1 系 统 要 求 7 1.2 建 立 连 接 7 1.2.1 摄 像 机 中 的 密 码 保 护 7 1.3 受 保 护 的 网 络 7 2 系 统 概 述 8 2.1 实 况

More information

常 见 问 题 SLB 产 品 和 业 务 限 制 SLB 产 品 限 制 SLB 产 品 和 业 务 限 制 限 制 项 普 通 用 户 限 制 描 述 例 外 申 请 方 式 ( 例 外 上 限 ) 创 建 SLB 实 例 的 财 务 限 制 账 户 余 额 大 于 等 于 100 元 现 金

常 见 问 题 SLB 产 品 和 业 务 限 制 SLB 产 品 限 制 SLB 产 品 和 业 务 限 制 限 制 项 普 通 用 户 限 制 描 述 例 外 申 请 方 式 ( 例 外 上 限 ) 创 建 SLB 实 例 的 财 务 限 制 账 户 余 额 大 于 等 于 100 元 现 金 负 载 均 衡 SLB 常 见 问 题 常 见 问 题 SLB 产 品 和 业 务 限 制 SLB 产 品 限 制 SLB 产 品 和 业 务 限 制 限 制 项 普 通 用 户 限 制 描 述 例 外 申 请 方 式 ( 例 外 上 限 ) 创 建 SLB 实 例 的 财 务 限 制 账 户 余 额 大 于 等 于 100 元 现 金 工 单 创 建 SLB 实 例 的 用 户 限 制 创 建 SLB

More information

1

1 DOCUMENTATION FOR FAW-VW Auto Co., Ltd. Sales & Service Architecture Concept () () Version 1.0.0.1 Documentation FAW-VW 1 61 1...4 1.1...4 2...4 3...4 3.1...4 3.2...5 3.3...5 4...5 4.1 IP...5 4.2 DNSDNS...6

More information

untitled

untitled ArcGIS Server Web services Web services Application Web services Web Catalog ArcGIS Server Web services 6-2 Web services? Internet (SOAP) :, : Credit card authentication, shopping carts GIS:, locator services,

More information

<55342D323637CBB5C3F7CAE92E786C73>

<55342D323637CBB5C3F7CAE92E786C73> U4-267 / 1 U4-267 / : CF PowerPoint, TCP/IP Internet Explorer 2 ..2..3..4..5..5..5..9 PC...10 11 12 14 14....15....15....16....16....17....17....18....18....20 23....27 27 PC...27....28 3 CF SanDisk CompactFlash)

More information

ebook70-13

ebook70-13 1 3 I S P O p e n L i n u x Point to Point Protocol P P P I S P L i n u x 10 L i n u x World Wide We b 13.1 We b f t p ( ) f t p (File Transfer Protocol F T P ) F T P g e t p u t 13. 1. 1 F T P f t p n

More information

PL600 IPPBX 用户手册_V2.0_.doc

PL600 IPPBX 用户手册_V2.0_.doc VoIP 网 络 交 换 机 PL-600 IPPBX 用 户 手 册 深 圳 普 联 讯 电 子 科 技 有 限 公 司 版 权 所 有 2009 深 圳 市 普 联 讯 电 子 科 技 有 限 公 司 第 1 共 1 目 录 1. 前 言...3 2. 安 装 前 准 备...3 3. 硬 件 安 装...4 4. 登 陆 及 一 般 操 作 介 绍...4 5. 基 本 配 置...6 6.

More information

R3105+ ADSL

R3105+ ADSL ... 1 1 1... 1 1 2... 1... 3 2 1... 3 2 2... 3 2 3... 5 2 4... 5 2 4 1... 5... 7 3 1... 7 3 2... 8 3 2 1... 8 3 2 2... 9 3 3... 12 3 3 1... 13 3 3 2 WAN... 16 3 3 3 LAN... 21 3 3 4 NAT... 22 3 3 5... 24

More information

ARP ICMP

ARP ICMP ARP ICMP 2 9-1 ARP 9-2 ARP 9-3 ARP 9-4 ICMP 9-5 ICMP 9-6 ICMP 9-7 ICMP 3 ARP ICMP TCP / IP, IP ARP ICMP 3 IP, ARP ICMP IP ARP ICMP 2, 4 9-1 ARP, MAC, IP IP, MAC ARP Address Resolution Protocol, OSI ARP,,

More information

Bus Hound 5

Bus Hound 5 Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus

More information

f2.eps

f2.eps 前 言, 目 录 产 品 概 况 1 SICAM PAS SICAM 电 力 自 动 化 系 统 配 置 和 使 用 说 明 配 置 2 操 作 3 实 时 数 据 4 人 机 界 面 5 SINAUT LSA 转 换 器 6 状 态 与 控 制 信 息 A 版 本 号 : 08.03.05 附 录, 索 引 安 全 标 识 由 于 对 设 备 的 特 殊 操 作 往 往 需 要 一 些 特 殊 的

More information

Junos Pulse Mobile Security R1 2012, Juniper Networks, Inc.

Junos Pulse Mobile Security R1 2012, Juniper Networks, Inc. Junos Pulse Mobile Security 4.0 2012 6 R1 2012, Juniper Networks, Inc. Junos Pulse Mobile Security Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 408-745-2000 www.juniper.net

More information

Microsoft Word - PS2_linux_guide_cn.doc

Microsoft Word - PS2_linux_guide_cn.doc Linux For $ONY PlayStatioin2 Unofficall General Guide Language: Simplified Chinese First Write By Beter Hans v0.1 Mail: hansb@citiz.net Version: 0.1 本 人 是 菜 鸟 + 小 白 欢 迎 指 正 错 误 之 处, 如 果 您 有 其 他 使 用 心 得

More information

ch08.PDF

ch08.PDF 8-1 CCNA 8.1 CLI 8.1.1 8-2 8-3 8.1.21600 2500 1600 2500 / IOS 8-4 8.2 8.2.1 A 5 IP CLI 1600 2500 8-5 8.1.2-15 Windows 9598NT 2000 HyperTerminal Hilgraeve Microsoft Cisco HyperTerminal Private Edition (PE)

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

財金資訊-80期.indd

財金資訊-80期.indd IPv6 / LINE YouTube TCP/IP TCP (Transmission Control Protocol) IP (Internet Protocol) (node) (address) IPv4 168.95.1.1 IPv4 1981 RFC 791 --IP IPv4 32 2 32 42 IP (Internet Service Provider ISP) IP IP IPv4

More information

audiogram3 Owners Manual

audiogram3 Owners Manual USB AUDIO INTERFACE ZH 2 AUDIOGRAM 3 ( ) * Yamaha USB Yamaha USB ( ) ( ) USB Yamaha (5)-10 1/2 AUDIOGRAM 3 3 MIC / INST (XLR ) (IEC60268 ): 1 2 (+) 3 (-) 2 1 3 Yamaha USB Yamaha Yamaha Steinberg Media

More information

《计算机网络》实验指导书

《计算机网络》实验指导书 1 实 验 一 网 络 组 建 与 管 理 一. 实 验 目 的 1. 掌 握 平 行 双 绞 线 和 交 叉 双 绞 线 的 制 作 方 法 ( 初 级 ) 2. 掌 握 对 等 网 和 代 理 服 务 器 网 络 的 组 建 ( 初 级 ) 3. 会 用 ipconfig 和 ping 命 令 ( 初 级 ) 4. 掌 握 网 络 中 文 件 夹 共 享 和 打 印 机 共 享 ( 初 级 )

More information

2005 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / Sun Sun Microsystems Su

2005 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / Sun Sun Microsystems Su Java Desktop System Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 819 0675 10 2005 2 2005 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. Sun Sun Berkeley

More information

微軟認證專家.PDF

微軟認證專家.PDF MCP MCSD System Engineer MCP MCP 1 MCSE Database Administrator MCP MCDBA Developer MCP MCP SB MCSD Office MOUS Core MOUS Expert MOUS Master http://www.microsoft.com/mcp/ 3 4 Microsoft Training & Services

More information

HY144-D-SRC 固件升级指南

HY144-D-SRC 固件升级指南 HY144-D-SRC Yamaha HY144-D-SRC SRC SRC 7 Yamaha Yamaha Audinate Dante Yamaha Windows Microsoft Corporation Mac Apple Inc. 400-051-7700... 2... 2 Dante Firmware Update Manager... 3 TCP/IP... 4... 6 Failsafe

More information

个人网上银行专业版客户使用手册

个人网上银行专业版客户使用手册 00 1... 3 1.1...3 1.2...3 1.3...4 1.4...4 1.5...4 2... 5 2.1...5 2.2...5 2.3...6 2.4...6 3... 7 3.1...7 3.2...9 4... 10 4.1...10 4.2...11 4.3...13 5... 14 5.1...14 5.2...14 6... 15 6.1...15 6.2...15 6.3...16

More information

Sophos Central 快速安裝手冊

Sophos Central 快速安裝手冊 Sophos Central 快速安裝手冊 1 1. Sophos Central...5 2....9 3....13 3.1. Enduser Protection...13 3.2. Intercept X...21 3.3....28 3.4....36 3.5....45 3.5.1...45 3.5.2...50 3.5.3...54 3.5.4...57 3.5.5...60 3.6...63

More information

Microsoft Word - Front cover_white.doc

Microsoft Word - Front cover_white.doc Real Time Programme 行 情 报 价 程 序 Seamico Securities Public Company Limited WWW.SEAMICO.COM Table of Content 目 录 开 始 使 用 开 始 使 用 Z Net 程 序 程 序 1 股 票 观 察 者 4 每 日 股 票 按 时 间 的 交 易 查 询 10 多 股 同 列 13 股 票 行 情

More information

weblogic

weblogic Weblogic Allen Long allen@huihoo.com http://www.huihoo.com 2004-04 1 WebLogic, WLS WLS Domain 2 Weblogic6.1 Weblogic6.1 J2EE1.2,J2EE1.3 HTTP 1.1 J2EE Connector Architecture 1.0 J2EE EJB 2.0 J2EE JDBC 2.0

More information

untitled

untitled 基 於 安 全 LDAP 伺 服 器 之 整 合 服 務 認 證 系 統 設 計 與 實 現 李 明 坤 楊 中 皇 高 雄 師 範 大 學 資 訊 教 育 研 究 所 摘 要 網 路 世 界 裡, 辨 識 身 分 是 一 個 大 問 題, 當 越 來 越 多 的 人 開 始 使 用 網 路 服 務 時, 身 分 認 證 的 問 題 就 接 踵 而 來 網 路 上 提 供 服 務 的 伺 服 器 眾

More information

如何使用MyNSLab(MNSL)完成老師指派的作業(學生篇)

如何使用MyNSLab(MNSL)完成老師指派的作業(學生篇) Section Page 1. 2. MNSL A.. MyNorthStarLab 老. 行 曆 12. 1. G. 說 H. 1 STUDENT'S QUICK START GUIDE STEP 1: Before You Register STEP 1 Browser Tune-up Check and System Requirements Go to www.mynorthstarlab.com

More information

ext-web-auth-wlc.pdf

ext-web-auth-wlc.pdf 使 用 无 线 局 域 网 控 制 器 的 外 部 Web 身 份 验 证 配 置 示 例 目 录 简 介 先 决 条 件 要 求 使 用 的 组 件 规 则 背 景 信 息 外 部 Web 身 份 验 证 过 程 网 络 设 置 配 置 为 来 宾 用 户 创 建 动 态 接 口 创 建 预 先 身 份 验 证 ACL 在 WLC 上 为 来 宾 用 户 创 建 本 地 数 据 库 配 置 外 部

More information

HP 3PAR StoreServ 7000 Storage SmartStart 1.3 软件发行说明

HP 3PAR StoreServ 7000 Storage SmartStart 1.3 软件发行说明 HP 3PAR StoreServ 7000 SmartStart 1.3 软 件 发 行 说 明 摘 要 本 文 档 中 的 信 息 可 供 HP 客 户 合 作 伙 伴 和 HP 现 场 代 表 使 用 这 些 发 行 说 明 描 述 了 HP 3PAR SmartStart 1.3 软 件 中 的 功 能 修 改 和 问 题 HP 部 件 号 :QR482-96643 出 版 日 期 :2014

More information

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

More information

PowerPoint Presentation

PowerPoint Presentation 立 97 年度 SNMG 練 DNS & BIND enc1215@gmail.com DNS BIND Resolver Named 理 Named 更 DNS DNS Reference 2 DNS DNS 料 domain ip DNS server DNS server 理 DNS server DNS DNS 狀. root name server 理 3 DNS 狀 DNS (2). com

More information

<4D6963726F736F667420576F7264202D20383439342D352DBED6D3F2CDF8D7E9BDA8D3EBB9DCC0EDCFEEC4BFBDCCB3CCD5FDCEC42E646F63>

<4D6963726F736F667420576F7264202D20383439342D352DBED6D3F2CDF8D7E9BDA8D3EBB9DCC0EDCFEEC4BFBDCCB3CCD5FDCEC42E646F63> 第 4 单 元 搭 建 自 己 的 Web 站 点 本 单 元 通 过 学 习 架 构 Web 服 务 器, 实 现 Web 服 务, 管 理 Web 站 点, 了 解 Web 站 点 服 务 器 的 架 构 个 人 空 间 和 虚 拟 主 机 的 概 念, 掌 握 IIS 组 件 的 安 装 Web 站 点 的 创 建 管 理 站 点 属 性 选 项 卡 的 配 置 管 理 等 知 识,Web 网

More information

68369 (ppp quickstart guide)

68369 (ppp quickstart guide) Printed in USA 04/02 P/N 68369 rev. B PresencePLUS Pro PC PresencePLUS Pro PresencePLUS Pro CD Pass/Fails page 2 1 1. C-PPCAM 2. PPC.. PPCAMPPCTL 3. DB9D.. STPX.. STP.. 01 Trigger Ready Power 02 03 TRIGGER

More information

User Group SMTP

User Group SMTP SOP v1.00 2003 02 28 TrendMicro Control Manager V2.5 1 1... 3 2... 4 2.1... 4 2.2... 14 3... 24 3.1... 24 3.2... 29 3.3... 34 3.3.1... 34 3.3.2 User Group... 37 3.3.3... 40 3.4... 41 3.4.1... 41 3.4.2

More information

EPSON

EPSON NPD5668-00 TC .... 6....6....6....8....8....10....11....11....12....12....12....12 IP....13 DNS....13....13....15....15.... 18....21 Web Config ( )...21....23....23....24....27.... 27 Web Config.... 28....30....30....31

More information

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7.

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes 包管理理 工具 Helm 蔺礼强 Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

基于UML建模的管理管理信息系统项目案例导航——VB篇

基于UML建模的管理管理信息系统项目案例导航——VB篇 PowerBuilder 8.0 PowerBuilder 8.0 12 PowerBuilder 8.0 PowerScript PowerBuilder CIP PowerBuilder 8.0 /. 2004 21 ISBN 7-03-014600-X.P.. -,PowerBuilder 8.0 - -.TP311.56 CIP 2004 117494 / / 16 100717 http://www.sciencep.com

More information

三 安装 openssl 及 freeradius sudo apt-get install openssl sudo apt-get install freeradius 四 openssl 环境准备 1. 在 ubuntu1 和 ubuntu2 的当前用户文件夹 ( 例如 /home/jeff/

三 安装 openssl 及 freeradius sudo apt-get install openssl sudo apt-get install freeradius 四 openssl 环境准备 1. 在 ubuntu1 和 ubuntu2 的当前用户文件夹 ( 例如 /home/jeff/ FortiGate 结合 Openssl + freeradius 实现多级 CA 环境下的无线用户 EAP-TLS 认证 一 EAP-TLS 简介 简而言之, 使用数字证书来保护 radius 认证, 与 802.1x 结合, 可以用数字证书认证无线上网用户, 是最安全的无线认证方法之一 参考 :http://zh.wikipedia.org/wiki/eap#eap-tls 二 实验环境 如上图所示,

More information

untitled

untitled IP Video 9100B-RS IP VIDEO 9100(B) 說 IP Video 9100B-RS 說 : 2.39-RS : 2007.1-1 - FCC CE 1. IP Video 9100B-RS. 2. IP Video 9100B-RS. 3. 4. 9100B-RS 5. 9100B-RS - 2 - IP VIDEO 9100(B) 說 1.... 4... 2.... 5

More information

ebook20-7

ebook20-7 7 Catalyst 5000 Catalyst 5000 Cisco Works for Switched Internetworks (CWSI) C L I C L I G U I C L C W S I C i s c o C W S I C L I I P Te l n e t C L I 9600 8 6 7.1 Catalyst C a t a l y s t Cisco IOS C

More information

HOL-CHG-1695

HOL-CHG-1695 Table of Contents 练 习 概 述 - - vsphere 挑 战 练 习... 2 练 习 指 导... 3 第 1 单 元 : 在 实 践 中 学 习 (15 分 钟 )... 5 剪 贴 板 复 制 和 粘 贴 功 能 无 法 使 用?... 6 虚 拟 机 性 能 不 佳... 17 第 2 单 元 : 基 本 运 维 挑 战 (30 分 钟 )... 32 无 法 登 录

More information

Microsoft Word - SupplyIT manual 3_cn_david.doc

Microsoft Word - SupplyIT manual 3_cn_david.doc MR PRICE Supply IT Lynette Rajiah 1 3 2 4 3 5 4 7 4.1 8 4.2 8 4.3 8 5 9 6 10 6.1 16 6.2 17 6.3 18 7 21 7.1 24 7.2 25 7.3 26 7.4 27 7.5 28 7.6 29 7.7 30 7.8 31 7.9 32 7.10 32 7.11 33 7.12 34 1 7.13 35 7.14

More information

LSI U320 SCSI卡用户手册.doc

LSI U320 SCSI卡用户手册.doc V1.0 Ultra320 SCSI SCSI 2004 7 PentiumIntel MS-DOS Windows Novell Netware Novell Sco Unix Santa Cruz Operation LSI U320 SCSI SCSI SCSI Integrated Mirroring/Integrated Striping BIOS Firmware LSI U320 SCSI

More information

ME3208E2-1.book

ME3208E2-1.book DocuPrint 205/255/305 操 作 說 明 書 Adobe Adobe logo PostScript PostScript 3 及 PostScript logo 是 Adobe Systems Incorporated 的 商 標 Microsoft Windows Windows NT Windows Server 是 美 國 Microsoft Corporation 於 美

More information

A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内

A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内 A API Application Programming Interface 见 应 用 程 序 编 程 接 口 ARP Address Resolution Protocol 地 址 解 析 协 议 为 IP 地 址 到 对 应 的 硬 件 地 址 之 间 提 供 动 态 映 射 阿 里 云 内 容 分 发 网 络 Alibaba Cloud Content Delivery Network 一

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

KL DSC DEMO 使用说明

KL DSC DEMO 使用说明 :0755-82556825 83239613 : (0755)83239613 : http://www.kingbirdnet.com EMAIL Good989@163.com 1 1 KB3000 DTU... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 3 2... 4 2.1 GSM/GPRS... 4 2.2... 4 2.3... 5 2.4... 6 2.5...

More information

ebook

ebook 2 2 P D C S a m b a Windows NT P D C S a m b a ( 2. 0 ) Windows NT P D C ( S a m b a - n t d o m @ S a m b a. o rg ) U N I X P D C U N I X Samba PDC N I S i n t e l S p a r c S a m b a Windows NT PDC 21

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

untitled

untitled 行 97 98 年 度 說 年 錄 SSL 說...1...1 SSL?...1...3 金...5 SSL ( Secure Socket Layer )...5 金...5...6...6 SSL AP Server...7 參 HCA...17 HCA ( HCA 路 列 )...17 說 HCA 參...19 I 錄 1 SSL 流 1...2 2 SSL 流 2...3 3 Sun Application

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

csa-faq.pdf

csa-faq.pdf Cisco 安 全 代 理 常 见 问 题 问 题 简 介 在 哪 里 能 找 到 CSA 文 档 和 产 品 支 持 信 息? 在 哪 里 能 下 载 最 新 的 版 本 和 补 丁 程 序 CSA 的? 在 哪 里 能 找 到 关 于 为 CSA 存 在 的 Bug 的 信 息? Linux 什 么 版 本 5 代 理 程 序 支 持? 哪 些 Solaris 版 本 5 代 理 程 序 支 持?

More information

HCD0174_2008

HCD0174_2008 Reliability Laboratory Page: 1 of 5 Date: December 23, 2008 WINMATE COMMUNICATION INC. 9 F, NO. 111-6, SHING-DE RD., SAN-CHUNG CITY, TAIPEI, TAIWAN, R.O.C. The following merchandise was submitted and identified

More information

untitled

untitled V3049A-EXD IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3049A-EXD-R16 V3049A-EXD-R24 ... 1 1.1... 1 1.2... 1 1.3... 1... 2 2.1... 2 2.2... 3...

More information

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論 國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 一 教 育 學 系 簡 介... 1 ( 一 ) 成 立 時 間... 1 ( 二 ) 教 育 目 標 與 發 展 方 向... 1 ( 三 ) 授 課 師 資... 2 ( 四 ) 行 政 人 員... 3 ( 五 ) 核 心 能 力 與 課 程 規 劃... 3 ( 六 ) 空 間 環 境... 12 ( 七 )

More information

Web

Web Email: tian@dr.com http://www.digiark.com/tian Web 1. 2. 3. 4. 5. 6. Internet Internet (Hacker) Internet web IP 1 Internet UNIX Windows VLAN Internet IP 2 Internet FTP TELNET PING IP 8 telnet FTP RLOGIN

More information

未命名 -1

未命名 -1 BV8188M 使 用 说 明 INSTRUCTIONS 使 用 之 前 请 仔 细 阅 读 此 手 册 Please read before using this manual 深 圳 市 碧 维 视 科 技 有 限 公 司 2013 年 碧 维 视 印 刷, 版 权 所 有, 翻 版 必 究, 本 手 册 内 所 有 图 文, 未 经 授 权, 严 谨 与 任 何 方 式 之 全 面 或 部 分

More information

專業式報告

專業式報告 IP Kamera 9060A-SL IP Kamera 9060A-SL : V1.00 : 2006.04 IP KAMERA 9000(A) 說 FCC CE 1.IP Kamera 9060A-SL 2.IP Kemera 9060A-SL 3. 4. 9060A-SL 5. 9060A-SL - 1 - 1....3... 2....4 9060A-SL...... 3....5 4....6......

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

ebook140-11

ebook140-11 11 VPN Windows NT4 B o r d e r M a n a g e r VPN VPN V P N V P N V P V P N V P N TCP/IP 11.1 V P N V P N / ( ) 11.1.1 11 V P N 285 2 3 1. L A N LAN V P N 10MB 100MB L A N VPN V P N V P N Microsoft PPTP

More information

錄...1 說...2 說 說...5 六 率 POST PAY PREPAY DEPOSIT 更

錄...1 說...2 說 說...5 六 率 POST PAY PREPAY DEPOSIT 更 AX5000 Version 1.0 2006 年 9 錄...1 說...2 說...3...4 說...5 六...6 6.1 率...7 6.2 POST PAY...8 6.3 PREPAY DEPOSIT...9 6.4...10 6.5...11 更...12...12 LCD IC LED Flash 更 兩 RJ11 ( ) DC ON OFF ON 狀 狀 更 OFF 復 狀 說

More information

untitled

untitled V3041A-J/V3042A-J IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3041A-16R-J V3041A-24R-J V3042A-16R-J V3042A-24R-J V3049-EXD-R16 V3049-EXD-R24 ...

More information