My ISP is going to upgrade their service to optical. They'll setup a device that'll be bridgeing (no double-NAT) internet queries for my network soon.
I'll need to setup PPPoE on my WAN interface.
Currently, the interface I use for this ISP's service is configured as a DHCP client, and NAT is enabled.
I've found the following code on the MikroTik wiki, which seems fairly straightforward:
Code: Select all
/interface pppoe-client
add name=pppoe-user-mike user=user password=passwd interface=wlan1 \
service-name=internet disabled=no
Apart from setting up PPPoE client on my WAN interface, will I need to alter any other settings (namely the DHCP client)?
AFAIK, I won't get a static IP.
Thanks in advance!
Kind regards,
– IBR