IPv6 Client Host (IPV6 Stateless autoconfig)SLAAC Configuration CLI (only relevant parts)
|
| IPv6 nework (fd00::/64)
|
[Port29 – fd00::1/64]
FortiGate
|
IPv6 Internet
# config system interfaceSLAAC Verification
edit "port29"
set vdom "root"
set vlanforward enable
set type physical
set snmp-index 31
# config ipv6
set ip6-allowaccess ping https ssh http telnet
set ip6-address fd00::1/64
set ip6-send-adv enable
config ip6-prefix-list
edit fd00::/64
set autonomous-flag enable
set onlink-flag enable
next
end
end
next
end
# config system dhcp6 serverSLAAC + stateless DHCPv6 server verification
edit 1
set interface "port29"
set dns-server1 2001:4860:4860::8888
next
end
# config system interface
edit "port29"
set vdom "root"
set vlanforward enable
set type physical
set snmp-index 31
# config ipv6
set ip6-allowaccess ping https ssh http telnet
set ip6-address fd00::1/64
set ip6-send-adv enable
set ip6-other-flag enable <----- The client will get DNS server from DHCPv6.
config ip6-prefix-list
edit fd00::/64
set autonomous-flag enable
set onlink-flag enable
next
end
end
next
end
# config system dhcp6 serverStatefull DHCPv6 server verification.
edit 1
set subnet fd00::/64
set interface "port29"
config ip-range
edit 1
set start-ip fd00::1:1
set end-ip fd00::1:ffff
next
end
set dns-server1 2001:4860:4860::8888
next
end
# config system interface
edit "port29"
set vdom "root"
set vlanforward enable
set type physical
set snmp-index 31
# config ipv6
set ip6-allowaccess ping https ssh http telnet
set ip6-address fd00::1/64
set ip6-send-adv enable
set ip6-manage-flag enable <----- The client will get IPv6 address from DHCPv6.
set ip6-other-flag enable <----- The client will get DNS server from DHCPv6.
config ip6-prefix-list
edit fd00::/64
set autonomous-flag enable
set onlink-flag enable
next
end
end
next
end
FGT # exe dhcp6 lease-list port29
Interface DUID IAID IP Expiry
port29 00:01:00:01:19:e8:86:47:b8:ca:3a:a8:69:6a 251663351 fd00::1:1 Tue Nov 10 11:21:04 2015
port29 00:01:00:01:16:6e:77:40:08:00:27:b7:39:9d 235405351 fd00::1:2 Tue Nov 10 11:28:10 2015
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.