How to Dial Multiple PPPOE Client Over Single WAN Interface in Mikrotik?
Detail:
I got 2 ports on my mikrotik router
1xWAN & 1xLAN port
I need to dial 2 or more pppoe clients over the single wan port
How?
|
How to Dial Multiple PPPOE Client Over Single WAN Interface in Mikrotik?
Detail:
I got 2 ports on my mikrotik router
1xWAN & 1xLAN port
I need to dial 2 or more pppoe clients over the single wan port
How?
You can add multiple ppp clients under interfaces using wan. You will need to edit the routing to establish what goes accross what connection.
Haven't worked on mikrotik for a while but believe you can take off default route on pppoe connection.
Google it and there should be lots of setup wikis
I will tell u what I really need to know:
1. I got only 2 port/interface.
2. I need to dial 2 pppoe clients over the single wan interface.
When I make the 2 new pppoe client over the single wan interface I get an error.
The 2 pppoe clients can't be dialed at the same time. When pppoe1 says connected the pppoe2 says disconnected.
What to do? Tell me in detail as I am new to this broadband business.
Have you tried creating 2 separate virtual interfaces using the Wan port. Then assign pppoe1 to virtual port 1 and the same for pppoe2 to virtual port 2.
Been down this road many times and haven't come up with a solution myself. Mikrotik are super flexible but super painful to configure. Also the people who know their stuff are mostly too full of themselves to come down to your level to help. Perhaps that's being unfair - perhaps they don't actually know what they're doing but claim they do.
Tested it & it work's for me (WAN is single ADSL, pppoe is two separate ISP's ):
Could be either a concurrent session limit or security lock from your ISP preventing both connections being established simultaneously.
If it works for you then it will works for me too as I can dial 2 pppoe at the same time with 2 different port/interface.
Just tell me what to do.
Yap.
But vlan couldn't make the thing happened & is there something to do with routing & MTU, MRU?
...could also be your modem refusing to dial two sessions?
What exactly is the error from the log when trying to establish both connections?
It's very basic to set up, looks exactly the same as you have it: two pppoe clients configured to use the same interface to connect. All other settings are left to default, only entered User & Password details.
What version of ROS are you running? try updating to the latest version.
If it still won't work, as a last resort, try resetting your Tik back to factory defaults, and create your config from fresh.
The above looks like you do not have the TPLink in "Bridged Mode"
In other words, one device should be doing the dial/authentication
I run my ADSL Modem (Single ethernet port, no Wireless) in BridgedMode with my Mikrotik RB750 doing the Dialing, Routing, authentification, DHCP, DNS etc, etc,
Thanks for the vid. As mentioned, it could be a problem with the version of ROS you are running.
Check out the change logs for version 6
Search for "pppoe"
In v6.3:
I'm running v6.7 tested on RB2011 with exactly the same config as you (less the vlans) and it definitely works...*) bug fix - sometimes some new interfaces could not be created properly any more (f.e. some pppoe clients could not connect);
Also try:
Create a Bridge on WAN, configure one or both pppoe's to use it as their interface.
P.S: If you're using the cracked/TPB version of ROS 5.2 don't expect it to work properly!
Last edited by Brandon; 27-12-2013 at 06:43 PM. Reason: updated...
Bookmarks