Impostare VPN IPSec su ZyXEL Prestige P661 P662
By Webmaster on gen 02, 2012 with Commenti 0
Esempio di comandi per impostare una VPN IPSec via telnet su router adsl ZyXEL Prestige P661 P662:
ras> ipsec load 1
ras> ipsec config name VPN-1
ras> ipsec config active Yes
ras> ipsec config natTraversal Yes
ras> ipsec config lcIdType IP
ras> ipsec config lcIdContent 192.168.1.33
ras> ipsec config myIpAddr 10.1.1.1
ras> ipsec config lcAddrType 1
ras> ipsec config lcAddrStart 192.168.1.33
ras> ipsec config lcAddrEndMask 192.168.1.66
ras> ipsec config secureGwAddr 10.1.1.2
ras> ipsec config rmAddrType 0
ras> ipsec config rmAddrStart 172.16.1.3
ras> ipsec config protocol 6
ras> ipsec config keyManage 0
ras> ipsec config ike negotiationMode 0
ras> ipsec config ike authMethod 0
ras> ipsec config ike preShareKey 12345678
ras> ipsec save
1 Carica la VPN 1
2 Assegna il nome
3 Attiva la VPN
4 Definisce il tipo di ID locale Local ID Type: IP
5 Setta l’ ID locale Local ID Content: 192.168.1.33
6 Setta l’ IP WAN da cui partirà la VPN My IP Address: 10.1.1.1
7 Definisce il range locale di pc che parteciperà alla VPN Local Network Type: Range
8 Setta il primo IP del range locale Local Network Address Start: 192.168.1.33
9 Setta l’ ultimo IP del range locale Local Network Address End: 192.168.1.66
10 Setta l’ IP remoto dell’ altro nodo IPSec Secure Gateway Address: 10.1.1.2
11 Definisce che a aprtecipare alla VPN sarà un singolo IP remoto Remote Network Type: Single
12 Setta l’ IP remoto che parteciperà alla VPN Remote Network Address Start: 172.16.1.3
13 Definisce il passaggio del solo TCP su VPN Protocol: TCP
14 Definisce l’ utilizzo dell’ IKE Key Management: IKE
15 Definisce la modalità di negoziazione della fase 1 Negotiation Mode: Main
16 Definisce di utilizzare la PSK per l’ autenticazione Authentication Method: Pre-Shared Key
17 Setta la PSK Pre-Shared Key: 12345678
18 Salva la policy Save
Related posts:
About the Author:
