Learn how to configure a Furukawa Electric router for Site-to-Site VPN between your
on-premises network and cloud network.
This configuration was validated using a Furukawa Electric series FITELnet-F220/F221 running Firmware 01.00(00)[0]00.00.0 [2019/07/05 15:00].
Important
Oracle provides configuration instructions for a tested set of vendors and devices. Use the correct configuration for the vendor and software version.
If the device or software version that Oracle used to verify the configuration doesn't exactly match the device or software, you might still create the necessary configuration on the device. Consult the vendor's documentation and make any necessary changes.
If the device is from a vendor not in the list of verified vendors and devices, or if you're already familiar with configuring the device for IPSec, see the list of supported IPSec parameters and consult the vendor's documentation for help.
Important
Oracle uses asymmetric routing across the tunnels that make up the IPSec connection. Even if you configure one tunnel as primary and another as backup, traffic from a VCN to an on-premises network can use any tunnel that's "up" on a device. Configure firewalls as appropriate. Otherwise, ping tests or application traffic across the connection won't reliably work.
Before Starting
Before configuring your CPE, ensure that you:
Configure your internet provider settings.
Configure firewall rules to open UDP port 500, UDP port 4500, and ESP.
Supported Encryption Domain or Proxy ID
The values for the encryption domain (also known as a proxy ID, security parameter index (SPI), or traffic selector) depend on whether a CPE supports route-based tunnels or policy-based tunnels. For more information about the correct encryption domain values to use, see Supported Encryption Domain or Proxy ID.
Parameters from API or Console 🔗
Get the following parameters from the Oracle Cloud Infrastructure Console or API.
${vpn-ip#}
Oracle VPN headend IPSec tunnel endpoints. There is one value for each tunnel.
Example values: 129.146.12.52, 129.146.13.52
${sharedSecret#}
The IPSec ISAKMP pre-shared-key. There is one value for each tunnel.
Example value: EXAMPLEDPfAMkD7nTH3SWr6OFabdT6exXn6enSlsKbE
${cpePublicIpAddress}
The public IP address for the CPE (previously made available to Oracle via the Console).
${VcnCidrBlock}
When creating the VCN, your company selected this CIDR to represent the IP aggregate network for all VCN hosts.
Example Value: 10.0.0.0/20
Parameters Based on Current CPE Configuration and State 🔗
The following parameters are based on your current CPE configuration.
${tunnelNumber#}
An interface number to identify the specific tunnel. You need one unused unit number per tunnel.
Example value: 1, 2
${isakmpPolicy}
The ISAKMP policy name.
Example value: isakmp-policy
${ipsecPolicy#}
The IPSec policy name.
Example value: ipsec-policy
${isakmpProfile#}
The ISAKMP profile name. You need one unused ISAKMP profile name per tunnel.
Example values: OCI-VPN-profile1, OCI-VPN-profile2
${selector}
The selector name.
Example value: OCI-VPN-selector
${map#}
The map name. You need one unused map name per tunnel.
Example values: OCI-VPN-MAP1, OCI-VPN-MAP2
${customer-bgp-asn}
Your BGP ASN.
Example value: 65000
${oracle-bgp-asn#}
Oracle's BGP ASN.
Example value: 31898
${customer-interface-ip#}
The inside tunnel interface for CPE.
Example value: 10.0.0.16/31
${oracle-interface-ip#}
The inside tunnel interface for ORACLE.
Example value: 10.0.0.17/31
${router-id}
The BGP router ID.
Example value: 10.0.0.16
Config Template Parameter Summary 🔗
Each region has multiple Oracle IPSec headends. The following template allows you to set up multiple tunnels on your CPE, each to a corresponding headend. In the following table, "User" is you/your company.
Parameter
Source
Example Value
${vpn-ip1}
Console/API
129.146.12.52
${sharedSecret1}
Console/API
(long string)
${vpn-ip2}
Console/API
129.146.13.52
${sharedSecret2}
Console/API
(long string)
${cpePublicIpAddress}
User
203.0.113.1
${VcnCidrBlock}
User
10.0.0.0/20
${tunnelNumber1}
User
1
${tunnelNumber1}
User
2
${isakmpPolicy}
User
isakmp-policy
${ipsecPolicy}
User
ipsec-policy
${isakmpProfile1}
User
OCI-VPN-profile1
${isakmpProfile2}
User
OCI-VPN-profile2
${selector}
User
OCI-VPN-selector
${map1}
User
OCI-VPN-MAP1
${map2}
User
OCI-VPN-MAP2
${customer-bgp-asn}
Console/API/User
65000
${oracle-bgp-asn1}
Console/API
31898 *
${oracle-bgp-asn2}
Console/API
31898 *
${customer-interface-ip1}
Console/API/User
10.0.0.16/31
${customer-interface-ip2}
Console/API/User
10.0.0.18/31
${oracle-interface-ip1}
Console/API/User
10.0.0.17
${oracle-interface-ip2}
Console/API/User
10.0.0.19
${router-id}
User
10.0.0.16
* Oracle's BGP ASN for the commercial cloud is 31898, except the Serbia Central (Jovanovac) region which is 14544.