2012年10月18日 星期四

Checkpoint 指令發憑證


Checkpoint R75.40

1. 手機憑證
cpca_client -d init_certs -i /var/tmp/user_dn_list.txt -o /var/tmp/reg_keys.txt

a:-i  輸入:user_dn_list.txt 建立 user LDAP login DN 清單
      -o 輸出:reg_keys.txt 使用者手機key
b:建立 vpn site 需用keypassword (帳號自動帶出)
      2次連線,選擇site仍需password
c:每台設備,單獨用一組key

2. 建立Windows憑證
cpca_client -d create_cert -n "CN=jacky,OU=Vendor,DC=vpn,DC=com" -f jacky.p12 -w P@1qazxs -k USER -c test123

a:-n "user LDAP login DN"    -f 使用者p12憑證檔    -w 安裝密碼    -c 註解
b:安裝憑證時,用到 "安裝密碼"
c:Windows憑證 *.p12 可裝在多台,並同時登入.
d:portal 選擇 CA登入,不需使用者password

3. 撤銷憑證
cpca_client -d revoke_cert -n "CN=jacky,OU=Vendor,DC=vpn,DC=com"

a:指令會一次撤銷此user所有憑證
b:發憑證給 user不需 install policy,即可使用.
c:若是異動AD user設定,需要install policy


2012年10月6日 星期六

Converte CheckPoint Secure Platform R75.40


 From VMworkstation 8 => Esxi 4.1

VMware vCenter Converter 5.0







2012年10月4日 星期四

LinkProof clear arp table


Software Version: 4.38.01

一次只能刪1筆,無法全刪.

一、指令

LP200-2#net arp

send                    Advertises all IP interfaces and virtual IPs
table                   Displays the ARP Table
timeout                 Sets the ARP Table timeout

LP200-2#net arp table
 net arp table help:
 <get>       <Interface Index> <IP Address>
 set         <Interface Index> <IP Address>                <-switch value>
 destroy/del <Interface Index> <IP Address>
 create/add  <Interface Index> <IP Address> <MAC Address>  <-switch value>
 help        <-switch>
 Switches:
        -mac  :  MAC Address            
        -t    :  Type        

二、查看 arp

LP200-2#net arp table
        Arp Table                                                                            
Interface Index     IP Address          MAC Address         Type            
                                                                             
1                   123.123.180.1        000fe21971b7        dynamic        
     
1                   123.123.180.3        0003b22d6a40        dynamic          
                                                                             
1                   123.123.180.33       000fe21a08d9        dynamic  

三、刪除單一arp

LP200-2#net arp table del 1 123.123.180.3

Deleted successfully