Has anybody tried PPPOE with VRRP enabled Routers. I have a PPPOE WAN connection and a LAN connection and i have set up two mikrotik on VRRP. VRRP is working Perfectly on Static IPs. But how should i Configure my PPPOE client on to the WAN interface.
Actually i have a broadband internet connection with ADSL Router. I have a static IP which i terminate to Mikrotik by bridging interfaces on the ADSL Router, thus Makeing Mikrotik the direct PPPOE - client and dail in from mikrotik using that. Server is on the ISP side so…
Sorry but you can’t set up ppp and vlan interfaces to work with VRRP. You can write a custom script which will check if line is down and switch to another.
I’m following up to this four-year-old thread because it’s the only reference to this question that I could find.
We connect to one of our WAN providers using PPPoE. We are in the process of configuring two x86 boxes as redundant edge routers, and want the Backup router to (re)establish the PPPoE link when the Master router goes offline. (I’d like to put the DSL modem and the VRRP routers on a switch, so that one can “redial” when the other goes offline.) As of ROS 5.2, is this still something that VRRP cannot do?
Also, another WAN provider assigns us an address with DHCP. What I would like to do is create a VRRP interface on each server, and a DHCP client on those interfaces, so that whichever server is active gets DHCP from the provider. But both the VRRP interfaces and their DHCP clients indicate “invalid” in this configuration. Am I missing something, or is this also a limitation of VRRP?