Hi everyone!
I apologize for my English and that I'm writing on Dutch forum in English but you are my only hope. For sure some of you already resolved problem I got and I can't find answeare on English forum's so that's why I'm here.
I'm using internet from xs4all (Fiber 160/160) and what I'm trying to find out is it possible to replace FritzBox or connect thru PPPoE client from MikroTik RB3011UiAS+RM? I know some of you did it with KPN ISP but from what Google translator told me there was problems with xs4all. So I want to ask you here does it work before I will start implementing it to my network - just to avoid unnecessary problems and waste of time.
For you who knows already topic below you can find what I found during my deep dive in this forum (it's hard just with google translator
First just WAN and gateway with VLAN id 6 because from what I found that xs4all uses Internet data thru VLAN6
Then normal client PPPoE configuration
As I assume just need to replace password and user with the one I got. But my question is are you doing it connecting FritzBox 5490 to MikroTik router and on FritzBox you activating this option
or you buying SFP+ and connecting fiber to MikroTik?
Thank you for all help and suggestions
I apologize for my English and that I'm writing on Dutch forum in English but you are my only hope. For sure some of you already resolved problem I got and I can't find answeare on English forum's so that's why I'm here.
I'm using internet from xs4all (Fiber 160/160) and what I'm trying to find out is it possible to replace FritzBox or connect thru PPPoE client from MikroTik RB3011UiAS+RM? I know some of you did it with KPN ISP but from what Google translator told me there was problems with xs4all. So I want to ask you here does it work before I will start implementing it to my network - just to avoid unnecessary problems and waste of time.
For you who knows already topic below you can find what I found during my deep dive in this forum (it's hard just with google translator

First just WAN and gateway with VLAN id 6 because from what I found that xs4all uses Internet data thru VLAN6
code:
1
| /interface vlan add interface=ether1-gateway name=ether1-vlan6 vlan-id=6 |
Then normal client PPPoE configuration
code:
1
2
3
4
| /interface pppoe-client add add-default-route=yes allow=pap default-route-distance=1 disabled=no \ interface=ether1-vlan6 keepalive-timeout=20 max-mru=1500 max-mtu=1500 name=\ pppoe-xs4all password=kpn use-peer-dns=yes user=FB7490@xs4all.nl |
As I assume just need to replace password and user with the one I got. But my question is are you doing it connecting FritzBox 5490 to MikroTik router and on FritzBox you activating this option
code:
1
| Connected network devices are also allowed to establish their own Internet connections |
or you buying SFP+ and connecting fiber to MikroTik?
Thank you for all help and suggestions