Created on
‎04-11-2022
01:52 PM
Edited on
‎04-18-2025
03:13 AM
By
Jean-Philippe_P
Description | This article describes how to use the config pppoe-interface to set up a PPPoE connection for both IPv4 and IPv6. |
Scope | Firmware v6.2 and above. |
Results |
Port3 will be used in this example as the one connected to the ISP. Scenario: Both IPv4 and IPv6 should have a connection via PPPoE. The IPv6 address is received via DHCP over a PPPoE connection.
config system pppoe-interface edit "PPPOE" set ipv6 enable --> Enabling IPv6 option under the PPPoE interface. set device "port3" set username <username> set password <password> next end
When configuring pppoe-interface, one can select the port using the command 'set device <port>'. After that, a sub-interface will appear.
Check under the 'diagnose netlink interface list <pppoe>' for the newly created interface:
diagnose netlink interface list PPPOE if=PPPOE family=00 type=512 index=23 mtu=1492 link=0 master=0
Starting FortiOS v7.4.7 and above PPPoE option is available on GUI by default. Also, configuration will be retained in case addressing mode is set to other modes then back to PPPoE.
PPPoE Interfaces do not support NPU Offload. Certain ISPs require the configuration of a VLAN ID on PPPoE connections.
|