Enable TCP Offloading on Ubiquity EdgeRouter Lite

By default, TCP offload isn't enabled on the EdgeRouter Lite for PPPoE connections. Type in the following to enable it: ssh router.example.com configure set...

By default, TCP offload isn’t enabled on the EdgeRouter Lite for PPPoE connections. Type in the following to enable it:

ssh router.example.com

configure

set system offload ipv4 forwarding enable

set system offload ipv4 pppoe enable

set system offload ipv6 forwarding enable

set system offload ipv6 pppoe enable

commit

save

exit

exit

Keep This Useful

Spotted something outdated or unclear?

If a step has changed, a screenshot no longer matches, or something here just does not work the way it should, get in touch and we will take a look.