Cybersecurity Forum

This forum is for all security enthusiasts to discuss Fortinet's latest & evolving technologies and to connect & network with peers in the cybersecurity hemisphere. Share and learn on a broad range of topics like best practices, use cases, integrations and more. For support specific questions/resources, please visit the Support Forum or the Knowledge Base.

rmock_FTNT
Staff
Staff

IPv6 VPNs in Fortigate Firewalls

I have two Fortigate 140Es in my environment.  SecPrimate-01 and SecPrimate-02.  The SecPrimate-01 is using the Mariner color while the SecPrimate-02 is using Red.  Both firewalls are connected to a switch on port2 acting as Internet and each firewall has a different network on Port3.  Note: In this example, I am using Unique Local Address types. 

Enabling IPv6

If you have not enabled IPv6 on your Fortigate, you will need to by going to System then Feature Visibility then tick the IPv6 button.

2019-10-20_16-37-32.png

Assigning IPv6 Addresses

Next we will need to assign IPv6 Addresses to each Fortigate.

2019-10-20_16-45-38.png

SecPrimate-01

 edit "port2"
      set vdom "root"
      set type physical
      set snmp-index 10
      config ipv6
          set ip6-address fdf8:f53b:82e4::54/64
          set ip6-allowaccess ping https http
      end
  next
  edit "port3"
      set vdom "root"
      set type physical
      set snmp-index 11
      config ipv6
          set ip6-address fd6d:8d64:af0c:1::/64
          set ip6-allowaccess ping
      end
   next
2019-10-20_16-41-43.png

SecPrimate-02

 edit "port3"
      set vdom "root"
      set type physical
      set snmp-index 45
      config ipv6
          set ip6-address fd6d:8d64:af0c:2::/64
      end
 next
 edit "port2"
      set vdom "root"
      set type physical
      set device-identification enable
      set snmp-index 46
      config ipv6
          set ip6-address fdf8:f53b:82e4::53/64
          set ip6-allowaccess ping https http
      end
 next

 

Creating Address Objects

Now we will create the Address object that we will use for the Policies as well as the Phase II of the VPN.  Note: You COULD use `::/0` in the Phase II but I am being deliberate in this example.

2019-10-20_16-57-48.png

SP1-LAN Network

2019-10-20_16-58-02.png

SP2-LAN Network

 

Testing Connectivity

Now lets test by performing a ping6 to the SecPrimate-02 Fortigate.  Pay particular attention to the 6 after the ping.  If you do not put 6 the Fortigate will assume you are trying to ping a host name in IPv4.

2019-10-20_17-00-28.png

Ping6 to SecPrimate-02

exec ping6 fdf8:f53b:82e4::53

Since we have connectivity, lets move on to configuring the VPN.

Configuring the IPv6 VPN

Lets go to VPN then IPsec Tunnels.  I always choose Custom because I am a bit OCD about object naming and colors.

2019-10-20_16-23-18.png

Custom Tunnel Selection

2019-10-20_16-23-50.png

Descriptive Name

Note: That you cannot rename the VPN Tunnel, so those that know me, know I am all about the Descriptive Name.

Phase I

2019-10-20_17-09-37.png

VPN Setup

You will need to:

  1. Choose IPv6 as the IP Version
  2. Enter the remote gateway's IPv6 Address
  3. Choose the Interface from where you want to connect to the remote firewall.
  4. Enter a Pre-Shared Key (or Signature)

Phase II

Now we will configure Phase II.

2019-10-20_16-28-05.png

Using Named Objects in Phase II

You CAN enter the IPv6 Networks manually, but we already did that in the Creating Address Object sections of this article.   You can hit the drop down and choose Named IPv6 Address which will allow you to choose from the objects we created.  Make sure you choose the IPv6 option or you will not see the object available.

2019-10-20_16-28-23.png

Completed Phase II

You CAN modify the encryption settings and additional features by clicking on +Advanced button.  For this example, we are doing defaults.

Creating the IPv6 Policies

Now we are ready to create the policies.

2019-10-20_16-35-53.png

IPv6 Policies for VPN Traffic

Note: Under Policies and Objects you will need to choose IPv6 Policy instead of the IPv4 Policy.  Here it is standard Fortigate policies.  Incoming/Outgoing Interfaces, Source/Destination and Services and/or Security Profiles.

Static Routes

You will need to add static routes if you are not using a routing protocol inside the VPN.

2019-10-20_17-23-07.png

Go to Network then Static Routes then Create New.  Ensure that you choose IPv6 Static Route.

2019-10-20_17-22-49.png

Static IPv6 Route

You can add a route the way you are used to doing it but obviously it would be an IPv6 address as opposed to a IPv4.

REMEMBER:  Repeat these steps in on the remote Fortigate using the respective objects for Local and Remote and using the correct addresses and address objects.

Bringing Up The Tunnel

Now you can either push some traffic through the VPN or manually bring up the tunnel.

2019-10-20_16-36-14.png

Tunnel Showing Down

Above, you can see the Tunnel is in the Down state.  Visible by the Red Arrow next to the VPN-toSP1 name.  You can select the Tunnel and choose the Bring Up button on the top bar.

2019-10-20_16-36-34.png

Tunnel Showing Up

Now you see the tunnel is up by the color change on next to the VPN name.

Hope this helps.  Stay Tuned for some more IPv6 Articles coming soon.

0 REPLIES 0