Interfaces configuration (WAN - XGS-PON)
Interface
Interface configuration
For XGS-PON it’s best to set the speed of the ONU stick manually.
nano /etc/network/interfaces.d/wan
# WAN
auto wan
allow-hotplug wan
iface wan inet static
        address xxx.xxx.xxx.xxx/xx
        link-speed 10000
Replace
xxx.xxx.xxx.xxx/xxwith the ONU stick static IP.