Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Detailed PPP packet processing in RouterOS you can see in the Packet Flow Diagram.

PPP Client

Code Block
languageros
/interface ppp-client

PPP Client example

This is an example of how to add a client using an exposed serial port from an LTE modem.

Code Block
languageros
/interface ppp-client add apn=yourapn dial-on-demand=no disabled=no port=usb2

The dial-on-demand should to be set to 'no' for a continuous connection.

PPP Server

Code Block
languageros
/interface ppp-server