1 (edytowany przez mesmariusz 2025-05-22 22:57:17)

Temat: Orange FTTH na Netgear R6220

Cześć.

Nie udało mi się dzisiaj przez kilka godzin skonfigurować na routerze Netgear R6220 WAN-u jako klienta PPPoE FTTH od Orange.

Co robię źle?


Podejście 1:

root@OpenWrt:~# cat /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 globals 'globals'
        option ula_prefix 'fd10:fb35:4c4f::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

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

config interface 'WAN_Orange'
        option proto 'pppoe'
        option device 'eth0.35'
        option ipv6 'auto'
        option username 'BEZ_OCHRONYuser@neostrada.pl'
        option password 'pass'

config device
        option name 'eth0'
        option type 'ethernet'

config device
        option type '8021q'
        option ifname 'eth0'
        option vid '35'
        option name 'eth0.35'

Podejście 2:

root@OpenWrt:~# cat /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 globals 'globals'
        option ula_prefix 'fd10:fb35:4c4f::/48'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan3'
        list ports 'lan4'

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

config interface 'WAN_Orange'
        option proto 'pppoe'
        option device 'eth0.35'
        option ipv6 'auto'
        option username 'BEZ_OCHRONYuser@neostrada.pl'
        option password 'pass'

config device
        option name 'eth0'
        option type 'ethernet'

config device
        option type '8021q'
        option ifname 'eth0'
        option vid '35'
        option name 'eth0.35'

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

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

config switch_vlan
        option device 'switch0'
        option vlan '35'
        option ports '4t 5t'

Ciągle na interfejsie WAN_Orange miałem zgłaszany błąd: DEVICE_CLAIM_FAILED

2

Odp: Orange FTTH na Netgear R6220

u mnie to tak wygląda w przypadku tmobile, na instalacji orange:

config interface 'wan'
    option device 'wan.35'
    option proto 'pppoe'
    option username 'xxxx'
    option password 'xxxx'
    option ipv6 'auto'

przeklikałem konfigurację przez gui

3 (edytowany przez Cezary 2025-05-27 12:02:00)

Odp: Orange FTTH na Netgear R6220

J/w. Tylko wan.35 bez kombinowania.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

4

Odp: Orange FTTH na Netgear R6220

Cezary napisał/a:

J/w. Tylko wan.25 bez kombinowania.

Czemu 25 ?

5

Odp: Orange FTTH na Netgear R6220

35. wan.35

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.