Configure VDSL - Error: Connection attempt failed

I changed previous posts removing IP address

1 Like

Great idea, because users can still see the edit history otherwise....

I still need a small support with WAN configuration, is it correct to use

option device '@wan'

in wan2 ?

config interface 'wan'
        option keepalive '1000 60'
        option device 'dsl0.835'
        option proto 'static'
        option ipaddr '1.2.3.4'
        option netmask '255.255.255.254'

config interface 'wan2'
        option device '@wan'
        option proto 'static'
        option netmask '255.255.255.252'
        option ipaddr '7.6.5.4'
        option gateway '7.6.5.5'

Do I need to add a NAT rule ?

What do you intend to achieve with wan2? Do you have multiple uplinks you want to load balance over? Typically wan6 exists as a logical OpenWrt interface for IPv6 configuration. Does your ISP offer IPv6?

My provider gave me:

  • wan ip address with netmask (I think it's for Point to Point)
  • static ip address pool with netmask and gateway (should be used for NAT)

Ah, sorry, I have zero experience with such a set-up. So I likely will not be able to help you with that. Maybe open a new topic with a more descriptive title to attract users that might know?

Thanks moeller !