Connect to Orange fibre but only IPv6

Hi everyone,

I'm new here so I hope you'll be patient with me, I set up my Tp-Link Archer C6 V2 router according to this page
Connect to orange fibre in spain
My internet connection works, but I only get ipv6 and I can't open some pages. Can you advise me what else needs to be set up to get IPv4 as well?

I have such settings for PPPOE, see /etc/config/network.

config interface 'loopback'
        option device 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'
        option ip6assign '60'
        option device 'br-lan'

config interface 'wan'
        option proto 'pppoe'
        option username 'username'
        option password 'password'
        option ipv6 'auto'
        option mtu '1492'
        option device 'eth0.2510'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0t 2 3 4 5'
        option vid '1'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option vid '2510'
        option ports '0t 1t'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'eth0.1

Perhaps they expect your router to tunnel IPv4 packets over IPv6.

Try running ping -6 umn.edu (which does not really have an IPv6 address). If it works and the IPv6 address starts with 64:ff9b, install 464xlat.

If it doesn't work, uninstall 464xlat and try configuring DS-Lite. Unfortunately, I have never seen how it is done, so cannot advise.

2 Likes

I suppose you have a reason why you chose VLAN 2510 instead of 832 as mentioned in the thread you linked?

Thanks, ping v6 didn't work for me. I will try to install DS-Lite, I hope it will not be difficult to configure. 464xlat I havent installed

yes, my provider assigned me this number, I found it in the configuration in the zyxel router they sent me. IPv4 sites also work for me through the Zyxel router