IPV6 and DHCP
Last few days I was busy with configuring IPV6 DHCP on my Fortigate. On the net I found some examples of IPV6 DHCP configurations but for some reasons it's not working on my FTG. The only way to get it working is to enable autonomous-flag enable. The configuration that I made is as follow:
edit "VLAN10" set vdom "root" set ip 10.x.x.1 255.255.255.0 set allowaccess ping https ssh set vlanforward enable set device-identification enable set fortiheartbeat enable set role lan set snmp-index 6 config ipv6 set ip6-allowaccess ping set ip6-reachable-time 30000 set ip6-retrans-time 3000 set ip6-address 2a02:xx:xxx:100::1/64 set ip6-send-adv enable set ip6-manage-flag enable disable set ip6-other-flag enable end set interface "Trunk" set vlanid 10 next end config system dhcp6 server edit 1 set lease-time 10800 set subnet 2a02:xx:xxx:100::/64 set interface "VLAN10" config ip-range edit 1 set start-ip 2a02:xx:xxx:100::100 set end-ip 2a02:xx:xxx:100::500 next end set dns-server1 ::ffff:208.67.222.222 set dns-server2 ::ffff:208.67.220.220 next
Now I'm just wondering why this is not working. The clients are only getting the IPV6 DNS servers but not the IP
Any idea's what to change in above to et it work?
