how do you get pppoe internet working through web setup?

Ok, so I plugged a 751 into my dsl modem. I created a PPPOE client and it connected, but I still don’t have interenet! What else do I have to do to get the internet working?

I tried using the router on another internet (my neighbor has cable that doesn’t require pppoe), and the router worked great. So I’m pretty sure I’m just missing another step about the pppoe.

Are you masquerading out the ether1 interface or the pppoe-client interface?

I don’t know?

I just restored the router to default. Then I went to PPP, add new pppoe client, changed the mtu to the correct number for my area, left the defaults checked including add default route. I put in my username and password. That’s about all I’ve done. It tells me the pppoe connection connects.

In /ip firewall nat change the masquerade rule to use out-interface of your pppoe connection instead of ether1.

Hello,
New on forum and i have the same issue,
I have set my aDSL modem the VC8/35 in bridge mode all is ok i go into MikroTik RB750 and i create from PPP > a New PPPoE Client i add the settings and i press the apply.
The authentication is correct (checked from RB logs) and im connected to ISP BRAS and i revive a Wan IP (checked by ISP Radius).

The problem is that in my local network i don’t have an internet access.
I have tryid to masquerade pppoe-client with the follow commands:

add action=masquerade chain=srcnat comment="PPPoE" disabled=no \
    out-interface="pppoe-out1"



add chain=srcnat out-interface=pppoe-out1 action=masquerade
add chain=srcnat out-interface=ether1-gateway action=masquerade

But no luck i don’t have an internet access,
Ping with aDSL CPE & MikroTik and local pc is OK

Any suggestion ?

Thanks,
Zhen-Xlogic

My Problem solved,
I didnt add corret the NAT Rule with PPPoE Interface and masquerade.