FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
npaiva
Staff
Staff
Article Id 227533

Description

 

This article explains how to manually configure an IPv6 link-local address.

 

Scope

 

FortiGate and FortiOS.

 

Solution

 

By default, FortiOS uses the EUI-64 method to assign link-local addresses to its IPv6 enabled interfaces:

 

linklocaleiu64.png

 

This address is used for on-link communication and for traffic generated by the device, such as Neighbor Discovery Protocol and Dynamic Routing Protocol updates.

 

The Fortigate in the above example is configured to send on-link Router Advertisements, including ICMPv6 Options with Prefix Information, on-link flag, and autonomous address-configuration flag. It's therefore possible to connect a host to this port and use SLAAC for host IPv6 configuration.

 

Upon connecting a Windows host to this link and doing a packet capture, it becomes clear that the Advertisements are sent using the EUI-64 generated link-local address of the FortiGate. The Windows host uses SLAAC to generate an IPv6 GUA address based on the /64 prefix and uses the link local address of the FortiGate as a default Gateway:

 

pcap-eui64.png

 

win-eiu64.png

 

Manually specifying the link-local address for IPv6 enabled interfaces on FortiOS allows for quick identification of traffic generated by the device. The address can be similar to the GUA for that particular interface.

It's possible to use the same IPv6 link local address for every enabled IPv6 interface on a single device. Because the link local address has a local scope, it is cannot be routed and it does not pass through the link. Using the same address for every link makes it easier to quickly identify traffic sent by the device within a network.

 

The example in this article will manually specify the IPv6 link-local address using the config ip6-extra-addr command.

Here, the same GUA is used, and the first hextet is replaced with fe80 (from 2001):

 

config-link-local.png

 

After applying this change, there are two link local addresses for this interface, but only the one specified will be used:

 

after change.png

 

In pcap and the Windows host:

 

pcap-manual.png

 

win-manual.png

Contributors