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

Content deleted Content added
Aa-jamie (talk | contribs)
create page from information submitted to support
 
Aa-jamie (talk | contribs)
No edit summary
Line 38: Line 38:


=== Setup of the virtual WAN port via IA:- ===
=== Setup of the virtual WAN port via IA:- ===
<pre>
config system pppoe-interface
config system pppoe-interface
edit pppoe1
edit pppoe1
set ipv6 enable
set ipv6 enable
set device port4
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.
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:- ===
=== Setup of the Prefix Delegation:- ===
<pre>

config system interface
config system interface
edit pppoe1
edit pppoe1
Line 57: Line 57:
next
next
end
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 ===
=== Static Route ===

A static route can be set via the Web GUI or via CLI. It is set as follows:-
A static route can be set via the Web GUI or via CLI. It is set as follows:-
<pre>

::/0 (ie all IPv6 addresses)
::/0 (ie all IPv6 addresses)
pppoe1 (the destination virtual port created in steps 1 &2).
pppoe1 (the destination virtual port created in steps 1 &2).
</pre>