PPPOE client help on RB device

Hi,

I have a very strange problem when configuring my RB as a PPPOE Client.

The PPPOE virtual interface connects to PPPOE server fine and I can ping 8.8.8.8 from pppoe-out1. But when I try to ping from the local interface (ether2) it times out.

I have updated to the latest firmware.

Here is my preferred config (Using ether5 as WAN and ether1 as local)

# software id = 1KYB-HR8X
#
# model = RB951Ui-2nD
# serial number = 92520AB30DA2
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether5 name=pppoe-out1 password=password use-peer-dns=yes user=123
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 country=no_country_set frequency-mode=manual-txpower mode=ap-bridge ssid=MikroTik wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=10.1.0.2
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether1 name=dhcp1
/queue simple
add burst-limit=60M/30M burst-threshold=40M/18M burst-time=30s/30s max-limit=50M/20M name=service1 target=ether1
/ip address
add address=10.1.0.1/30 interface=ether1 network=10.1.0.0
add address=10.200.0.200/16 comment=MGNT interface=ether5 network=10.200.0.0
/ip dhcp-server network
add address=10.1.0.0/30 gateway=10.1.0.1 netmask=30
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out1
/ip ssh
set allow-none-crypto=yes forwarding-enabled=remote
/system clock
set time-zone-name=Australia/Sydney
/system identity
set name=NTU_123

Here is the config I generated with the Quick set > homeAP tool

# feb/04/2020 10:59:58 by RouterOS 6.46.2
# software id = 1KYB-HR8X
#
# model = RB951Ui-2nD
# serial number = 92520AB30DA2
/interface pppoe-client
add add-default-route=yes disabled=no interface=ether1 name=pppoe-out1 \
    password=password use-peer-dns=yes user=123
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 country=no_country_set disabled=\
    no frequency-mode=manual-txpower mode=ap-bridge ssid=MikroTik \
    wireless-protocol=802.11
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=10.1.0.2
/ip dhcp-server
add address-pool=dhcp disabled=no interface=ether2 name=dhcp1
/interface list member
add interface=pppoe-out1 list=WAN
add list=LAN
/ip address
add address=10.1.0.1/30 interface=ether2 network=10.1.0.0
/ip dhcp-server network
add address=10.1.0.0/30 gateway=10.1.0.1 netmask=30
/ip firewall nat
add action=masquerade chain=srcnat out-interface-list=WAN
/ip ssh
set allow-none-crypto=yes forwarding-enabled=remote
/system clock
set time-zone-name=Australia/Sydney

Neither of these configs work. Has anyone else come across this problem or perhaps there is an error in my config?

Your help is much appreciated!

Thanks,