Client Error
Request failed, please try again
Something went wrong!
Follow the guide for your device type to configure your PPPoE credentials and get online.
MikroTik RouterOS – PPPoE Client Setup
Use the commands below via Winbox Terminal or SSH. Replace
YOUR_USERNAME
and YOUR_PASSWORD
with the credentials from your customer account.
Connect via Winbox terminal or SSH and run:
/interface pppoe-client
add name=pppoe-out1 interface=ether1 \
user=YOUR_USERNAME \
password=YOUR_PASSWORD \
service-name="" \
disabled=no \
add-default-route=yes
Verify the connection is up:
/interface pppoe-client print detail
The status
field should show connected
and you will see an assigned IP address.
ether1).
YOUR_USERNAME
YOUR_PASSWORD
Still stuck? Contact support at [email protected].