Hi, can someone maybe shed some light on my issue. I have a fibre connection of 1GB Download with 500Mbps Upload. Connecting my laptop directly to modem and dial the PPPoE connection, running a bandwidth test I can peak the 500Mbps Upload as supposed. Connecting my laptop to the Mikrotik and let it do the PPPoE connection results in an upload speed of around 260Mpbs.
UPDATE: I had another RB3011 with RouterOS V6.48.6, restored the configuration and now my PPPoE connection is working as expected!!
That said, I am now facing another issue which to be honest I’m not sure if I’m missing something out but it’s supposed to be quite straight forward. My Cable connection is not working anymore.
I had set up my cable internet connection with a static IP on my ether2 interface, added a default route with a higher distance and that was working without issues. Now I just can’t make it work again. Even with my PPPoE connection completely out.
Setting my laptop with the Public IPs my ISP gave me works, so it has to be something with the Mikrotik. Any help?!
In ROS 6, you must use hide-sensitive when doing export to prevent passwords, secrets and similar stuff from being shown. You may want to withdraw the .rsc from your previous post and re-post it after sanitization.
To the actual (updated) topic - as ISP2 uses a plain IP over Ethernet encapsulation, you cannot use the interface name (ether2 - ISP-2) as a gateway parameter of a route unless the router at the ISP side supports proxy-arp functionality. And if it does, I’m not sure whether the check-gateway=ping doesn’t break something.
So I’d change the gateway of that route to the.gateway.ip.provided.by.isp2, disable the check-gateway, and look what happens.