Hi everyone, I hope you don't mind me asking in English, my dutch is too basic to ask this type of questions hehe. Please be patient with me, I am relatively new to networking (want to learn) and I tried several hours before posting here, also read all documentation already but it is a bit tricky with my current dutch and networking level.
So, I installed OpenWRT on my TP-Link AX23 in order to replace my XperiaBox V10a. I was doing this as testing before buying a GL.iNet MT6000. The thing is that I followed several configurations, of my own an others I saw in the forum but non worked, which made me think if I may have skip something. Like, do I have to call KPN and tell them I am going to use my own router so it is recognized? Or is the TP-Link AX23 not compatible with my setup? Or if besides the basics configurations that KPN ask for there is something besides (like firewall or stuff like that) I should do.
My KPN setup is: GoF/ExperiaBoxV10A/FTU_GN01/KPN ONT.
I tried this configs:
config device
option name 'eth0'
option mtu '1508'
config device
option type '8021q'
option ifname 'eth0'
option vid '6'
option name 'eth0.6'
config interface 'wan'
option proto 'pppoe'
option device 'eth0.6'
option username 'internet'
option password 'internet'
option mtu '1500'
option peerdns '0'
list dns '1.1.1.2'
list dns '8.8.4.4'
option ipv6 '1'
option metric '1'
config interface 'wan6'
option proto 'dhcpv6'
option device 'pppoe-wan'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
list dns '2606:4700:4700::1112'
list dns '2001:4860:4860::8844'
option metric '0'
config interface 'wan'
option proto 'pppoe'
option username 'internet'
option password 'internet'
option mtu '1500'
option peerdns '0'
list dns '8.8.8.8'
list dns '8.8.4.4'
option device 'eth3.6'
option metric '1'
option ipv6 '1'
option force_link '1'
config interface 'wan6'
option proto 'dhcpv6'
option device 'pppoe-wan'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
list dns '2001:4860:4860::8888'
list dns '2001:4860:4860::8844'
option metric '0'
config device
option name 'eth3'
option mtu6 '1512'
option mtu '1512'
config device
option type '8021q'
option ifname 'eth3'
option vid '6'
option name 'eth3.6'
option mtu '1508'
If this is info is not enough then I will reconfigure the TP-Link with OpenWRT again and try to get logs to share.
Thank you in advance :)