DHCP-Server

Hey,

DHCP-Server (ether1)
IP: 10.0.0.1
Pool: 10.0.0.2-10.0.0.200

PPPoE-Client (ether2)

All Clients on DHCP (ether1) neet a PPPoE (Internet) connection.

How I can config. that?

masquerade your local network behind pppoe

/ ip firewall nat
add chain=srcnat out-interface=ether2 action=masquerade comment=“” disabled=no

or

/ ip firewall nat
add chain=srcnat out-interface=pppoe-client action=masquerade comment=“” disabled=no

I need a Step by Step Manuel for the configuration:

  • DHCP-Server
  • PPPoE-Client

Please read the manual there are basic step by step instructions on how to do it.