Fortigate IPv6: Difference between revisions
Appearance
Content deleted Content added
create page from information submitted to support |
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> |
|||
| ⚫ | |||
| ⚫ | |||
=== 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> |
|||