Virtual Private Networks (VPN)
IPsec
Digi Connect IT® 16/48 User Guide
249
(config vpn ipsec tunnel ipsec_example)> local id ipv6_id
id
(config vpn ipsec tunnel ipsec_example)>
n
rfc822
: The ID will be interpreted as an RFC822 (email address).
Set the ID in internet email address format:
(config vpn ipsec tunnel ipsec_example)> local id rfc822_id
id
(config vpn ipsec tunnel ipsec_example)>
n
fqdn
: The ID will be interpreted as FQDN (Fully Qualified Domain Name) and sent as
an ID_FQDN IKE identity.
Set the ID as an FQDN:
(config vpn ipsec tunnel ipsec_example)> local id rfc822_id
id
(config vpn ipsec tunnel ipsec_example)>
n
keyid
: The ID will be interpreted as a Key ID and sent as an ID_KEY_ID IKE identity.
Set the key ID:
(config vpn ipsec tunnel ipsec_example)> local id keyid_id
id
(config vpn ipsec tunnel ipsec_example)>
14. Configure the remote endpoint:
a. Set the hostname or IP address of the remote endpoint:
(config vpn ipsec tunnel ipsec_example)> remote hostname
value
(config vpn ipsec tunnel ipsec_example)>
If your device is not configured to initiate the IPsec connection (see
), you can
also use the keyword
any
, which means that the hostname is dynamic or unknown.
b. Set the ID type:
(config vpn ipsec tunnel ipsec_example)> remote id type
value
(config vpn ipsec tunnel ipsec_example)>
where
value
is one of:
n
auto
: The ID will be automatically determined from the value of the tunnels
endpoints.
n
raw
: Enter an ID and have it passed unmodified to the underlying IPsec stack.
Set the unmodified ID that will be passed:
(config vpn ipsec tunnel ipsec_example)> remote id raw_id
id
(config vpn ipsec tunnel ipsec_example)>
n
any
: Any ID will be accepted.
n
ipv4
: The ID will be interpreted as an IPv4 address and sent as an ID_IPV4_ADDR
IKE identity.
Set an IPv4 formatted ID. This can be a fully-qualified domain name or an IPv4
address.