Policy Routing Not Working Wireguard

not sure if this was meant for me but yes commiting and saving also i treid removing the config saving rebooting adding it back in saving then rebooting and same issue

I finally had some time to sink into this issue and solved it.

The problem was the option that was enabled under pppoe0 default-route force:

force: A default route is added after removing all existing default routes."

To remedy this:

set the default route option to auto then

set protocols static interface-route 0.0.0.0/0 next-hop-interface pppoe0

now issues are all gone and happiness is restored :slight_smile:

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.