Skip to main content
Contributor
April 26, 2022
Solved

IPv6 on FG-80F 7.2.0

  • April 26, 2022
  • 3 replies
  • 3779 views

Can someone please help me get IPv6 configured?

I'm on Xfinity and previously had OpenWRT configured with ::/60 prefix but having difficult time with 80F running 7.2.0 getting IPv6 address

No matter what I do, the GUI does not record DHCPv6 prefix hint.

What am I missing?

 

config system interface     edit "wan1"         set vdom "root"         set mode dhcp         set allowaccess https         set ident-accept enable         set type physical         set role wan         set snmp-index 1         config ipv6             set ip6-mode dhcp             set dhcp6-prefix-delegation enable             set ip6-dns-server-override disable             config dhcp6-iapd-list                 edit 5                     set prefix-hint ::/56                 next             end         end         set dns-server-override disable     next end
(ipv6) # get ip6-mode            : dhcp  nd-mode             : basic  ip6-address         : 2001:558:6030:7a:ccb4:xxxx:xxxx:xxxx/128 ip6-allowaccess     :  icmp6-send-redirect : enable  ra-send-mtu         : enable  ip6-reachable-time  : 0 ip6-retrans-time    : 0 ip6-hop-limit       : 0 dhcp6-prefix-delegation: enable delegated-prefix iaid 5     : 2601:586:c400:5240::/60 preferred-life-time         : 5850 valid-life-time     : 5850 delegated-DNS1      : :: delegated-DNS2      : :: delegated-domain          :  cli-conn6-status    : 2 vrrp-virtual-mac6   : disable  vrip6_link_local    : :: ip6-dns-server-override: disable Acquired DNS1       : :: Acquired DNS2       : :: dhcp6-iapd-list:     == [ 5 ]     iaid:     5       prefix-hint: ::/56           prefix-hint-plt: 604800           prefix-hint-vlt: 2592000  

 

 

wan.png

Best answer by Anthony_E

Hi FortiForum,

 

I found this document:

 

https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/5967294d-aa31-11ec-9fd1-fa163e15d75b/fortios-v7.2.0-release-notes.pdf

 

Could you tell me if it helped?

If not, we will find another solution to your answer.

 

Regards,

3 replies

Anthony_E
Staff
Staff
April 28, 2022

Hello FortiForum,

 

Thank you for using the Community Forum. I will seek to get you an answer or help. We will reply to this thread with an update as soon as possible.

 

Thanks,

Best Regards
Anthony_E
Staff
Anthony_EAnswer
Staff
April 28, 2022

Hi FortiForum,

 

I found this document:

 

https://fortinetweb.s3.amazonaws.com/docs.fortinet.com/v2/attachments/5967294d-aa31-11ec-9fd1-fa163e15d75b/fortios-v7.2.0-release-notes.pdf

 

Could you tell me if it helped?

If not, we will find another solution to your answer.

 

Regards,

Best Regards
Contributor
April 28, 2022

I have completed the config, just needed to read up

sdresen
New Member
July 3, 2022

Do you mind sharing your working config?  Wrestling with the same issue and haven't figured out a working config yet.  Would appreciate it, thanks.