Chapter 11 IPsec VPN for FortiOS 5.0 : IPv6 Configuration : IPv6 firewall addresses : Scenario: First Floor Network
  
Scenario: First Floor Network
You need to create an IPv4 address for the subnet of the internal network off of Port1.
These computers connect to port1.
The network uses the IPv6 addresses: fdde:5a7d:f40b:2e9d:xxxx:xxxx:xxxx:xxxx
There should be a reference to this being the network for the 1st floor of the building.
Go to Firewall Objects > Address > Addresses and select Create New > IPv6 Address.
Fill out the fields with the following information
Field Name
Field Value
Address Name
Internal_Subnet_1
Comments
Network for 1st Floor
Type
Subnet / IP Range
Subnet / IP Range
2001:db8:0:2::/64
Select OK.
Enter the following CLI command:
config firewall address6
edit Internal_Subnet_1
set comment "Network for 1st Floor"
set subnet 2001:db8:0:2::/64
end
To verify that the addresses were added correctly:
Go to Firewall Objects > Address > Addresses. Check that the addresses have been added to the address list and that they are correct.
Enter the following CLI command:
config firewall address6
edit <the name of the address that you wish to verify>
Show full-configuration