I want to create a PPPoE Server with the following interfaces:
Eth1: Connection to Router 1
Eth2: PPPoE Server
The PPPoE server should give static ip-adresses to the clients. For example client1 192.168.0.101 and should be bridged to eth1 if connected.
Does anyone know, how to configure the mikrotik for such a purpose?
I am struggling with giving routes to clients and how to bridge with another interface.
Me neither,
Its an easy connection to the primary router via a static IP address.
Just need to set ether1 as a WAN interface and give it an IP address.
You cannot bridge PPPoE to another interface as the client-server connection is IP / layer 3, not ethernet / layer 2.
To communicate with Router1 your PPPoE server ether1 requires an IP address, and you can use proxy ARP so the Mikrotik answers ARP requests for any PPPoE client addresses overlapping with the 192.168.0.0/24 subnet.
Encryption really slows down the hEX S. Any recommendation in tuning the configuration?
I am not sure what to set at “local-address” in “/ppp secret”, but it is working. I am insecure, because it is the same ip at ether3.
Setting the local interface to the same address as that on any other interface is fine. Encryption on PPPoE is probably unnecessary if you are extending internet access to others as the WAN link to the internet isn’t secure, clients will be using TLS to provide end-to-end encryption.