Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Fortigate IPv6: Difference between revisions

no edit summary
(create page from information submitted to support)
 
No edit summary
 
=== Setup of the virtual WAN port via IA:- ===
<pre>
config system pppoe-interface
edit pppoe1
set ipv6 enable
set device port4
</pre>
 
 
Note that "pppoe1" will be the name of the virtual interface and "port4" will be your WAN port which has the virtual interface associated with it.
 
 
=== Setup of the Prefix Delegation:- ===
<pre>
 
config system interface
edit pppoe1
next
end
</pre>
This will allow the prefix (/64 is standard for A&A) to be assigned to the virtual interface.
 
This will allow the prefix (/64 is standard for A&A) to be assigned to the virtual interface.
=== Static Route ===
 
A static route can be set via the Web GUI or via CLI. It is set as follows:-
<pre>
 
::/0 (ie all IPv6 addresses)
pppoe1 (the destination virtual port created in steps 1 &2).
</pre>
75

edits