PPPoE connected but no Internet on any Interface

Hello folks,

I’m new to Mikrotik, sorry if this sounds like stupid.

I’m trying to configure my RouterOS to connect to my ISP via PPPoE trough ether1 (WAN). ether2 to ether5 and wlan1/wlan2 are set on a bridge (LAN).
Problem is, the PPPoE interface connects and acquire IP address from ISP. I can ping 8.8.8.8 via PPPoE interface but nothing from ether1 (WAN). No internet connection in any interface, including ether1. I just can ping from PPPoE.

Any advise?

Best,
Carlos

# mar/12/2021 21:48:05 by RouterOS 6.47
# software id = xxxxxxx
#
# model = RouterBOARD 962UiGS-5HacT2HnT
# serial number = xxxxxxxxxx
/interface bridge
add admin-mac=CC:2D:E0:C4:F4:AD auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether1 ] comment="Vivo Fibra 300/150" name=\
    ether1-VIVO speed=100Mbps
set [ find default-name=ether2 ] speed=100Mbps
set [ find default-name=ether3 ] comment=":: Repetidor 1" speed=100Mbps
set [ find default-name=ether4 ] comment="Repetidor 2" speed=100Mbps
set [ find default-name=ether5 ] speed=100Mbps
set [ find default-name=sfp1 ] advertise=\
    10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full disabled=yes
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
add exclude=dynamic name=discover
add name=mactel
add name=mac-winbox
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\
    dynamic-keys supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys name=\
    wlan1-profile supplicant-identity=MikroTik
/interface wireless
set [ find default-name=wlan1 ] antenna-gain=0 band=2ghz-b/g/n channel-width=\
    20/40mhz-Ce country=brazil disabled=no distance=indoors frequency=auto \
    frequency-mode=manual-txpower mode=ap-bridge security-profile=\
    wlan1-profile ssid=AB-HOME2G wireless-protocol=802.11
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-eeCe \
    country=brazil disabled=no frequency=auto frequency-mode=manual-txpower \
    installation=indoor mode=ap-bridge security-profile=wlan1-profile ssid=\
    AB-HOME5G wireless-protocol=802.11
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=10.25.10.150-10.25.10.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/ppp profile
set *0 change-tcp-mss=default
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,pas\
    sword,web,sniff,sensitive,api,romon,dude,tikapp"
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf hw=no interface=sfp1
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
add bridge=bridge interface=ether3
add bridge=bridge interface=ether4
add bridge=bridge interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=all
/interface detect-internet
set detect-interface-list=all internet-interface-list=all lan-interface-list=\
    all wan-interface-list=all
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1-VIVO list=WAN
add interface=wlan1 list=discover
add interface=wlan2 list=discover
add interface=ether2 list=discover
add interface=ether3 list=discover
add interface=ether4 list=discover
add interface=ether5 list=discover
add interface=sfp1 list=discover
add interface=bridge list=discover
add list=discover
add interface=bridge list=mactel
add interface=bridge list=mac-winbox
/ip address
add address=10.25.10.1/24 comment=defconf interface=bridge network=10.25.10.0
add address=189.4.1.161/8 disabled=yes interface=ether2 network=189.0.0.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-server lease
add address=10.25.10.30 client-id=SuiteLuz2 mac-address=D8:F1:5B:C9:78:CC \
    server=defconf
add address=10.25.10.20 comment="Home Automation Server" mac-address=\
    DC:A6:32:6B:6C:09 server=defconf
add address=10.25.10.33 mac-address=A0:20:A6:11:94:88 server=defconf
add address=10.25.10.31 mac-address=D8:F1:5B:C8:DA:DE server=defconf
add address=10.25.10.34 mac-address=A0:20:A6:03:D5:E7 server=defconf
add address=10.25.10.35 mac-address=60:01:94:E3:B5:81 server=defconf
add address=10.25.10.37 mac-address=CC:50:E3:E8:9E:D7 server=defconf
add address=10.25.10.38 mac-address=50:02:91:57:06:A3 server=defconf
add address=10.25.10.36 mac-address=50:02:91:5C:E0:FB server=defconf
add address=10.25.10.39 mac-address=CC:50:E3:E8:A1:87 server=defconf
add address=10.25.10.102 client-id=1:d0:3:df:6b:8:be mac-address=\
    D0:03:DF:6B:08:BE server=defconf
add address=10.25.10.101 client-id=1:b8:c6:aa:7a:c1:23 comment=\
    "Start IP reservation for other devices (TVs, TV Box, Console, etc.)" \
    mac-address=B8:C6:AA:7A:C1:23 server=defconf
add address=10.25.10.40 mac-address=D8:F1:5B:E0:76:9A server=defconf
add address=10.25.10.29 comment="Start IP reservation for Tasmota Devices" \
    mac-address=F4:CF:A2:16:73:CA server=defconf
add address=10.25.10.41 mac-address=60:01:94:FB:F6:6C server=defconf
/ip dhcp-server network
add address=10.25.10.0/24 comment=defconf dns-server=8.8.8.8,8.8.4.4 domain=\
    ab-home.com gateway=10.25.10.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=\
    8.8.8.8,8.8.4.4,208.67.222.222,208.67.220.220,189.4.0.129,189.4.0.131
/ip dns static
add address=10.25.10.1 name=router.lan type=A
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" \
    connection-state=invalid
add action=drop chain=forward comment=\
    "defconf:  drop all from WAN not DSTNATed" connection-nat-state=!dstnat \
    connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1-VIVO
add action=dst-nat chain=dstnat comment="Direciona chamada na porta 8123 (Home\
    \_Assistant) para o servidor HA 10.25.10.20" dst-port=8123 in-interface=\
    ether1-VIVO log=yes protocol=tcp to-addresses=10.25.10.20 to-ports=8123
/ip route
add distance=1 dst-address=192.168.15.2/32 gateway=192.168.15.1
/ip service
set www-ssl disabled=no
/ip upnp
set enabled=yes
/ip upnp interfaces
add interface=bridge type=internal
add interface=ether1-VIVO type=external
/snmp
set enabled=yes
/system clock
set time-zone-name=America/Sao_Paulo
/system routerboard settings
set auto-upgrade=yes
/tool graphing interface
add
/tool mac-server
set allowed-interface-list=mactel
/tool mac-server mac-winbox
set allowed-interface-list=mac-winbox

/tool traffic-monitor
add interface=wlan1 name=tmon1 threshold=0

Guys, any help? I’ve searched the forum for any useful tips but no luck.

Thanks!

First and foremost you are MISSING The dhcp client settings that attach your PPPOE connection to ether1
Typically it looks like this…
/interface pppoe-client
add disabled=no interface=****** max-mru=1492 max-mtu=1492 name=pppoe-out1
password=xxxxx use-peer-dns=yes user=AA

Where ***** could be a vlan interface if that is what the ISP requires otherwise ether1.

You need to ensure the Interface list member is complete for this entry…
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1-VIVO list=WAN
add interface=pppoe-1out list=WAN

The sourcenat rule is typically stated as
/ip firewall nat
add action=masquerade chain=srcnat out-interface**-list=WAN**