[SOLVED] DSlite no ipv4 lease

Hi,

I have edited the /etc/config/network 19.07.3 (19.07.3 r11063-85e04e9f46) file on a default setup using a FritzBox 7412 router:

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

config globals 'globals'
option ula_prefix 'fd93:9d3a:2748::/48'

config atm-bridge 'atm'
option vpi '1'
option vci '32'
option encaps 'llc'
option payload 'bridged'
option nameprefix 'dsl'

config dsl 'dsl'
option line_mode 'vdsl'
option ds_snr_offset '0'
option firmware '/usr/lib/firmware/modem/5.9.0.C.1.7/vr9-B-dsl.bin'
option tone 'bv'
option annex 'j'

config interface 'lan'
option type 'bridge'
option ifname 'eth0'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'

config device 'lan_eth0_dev'
option name 'eth0'
option macaddr 'XX:YY:AA:BB:CC:DD'

config interface 'wan'
option proto 'pppoe'
option ifname 'dsl0.7'
option ipv6 'auto'
option username 'H1und1/(xxxxxxxxx)yyyyyy-xxx@online.de'
option password 'genericpassword'

config device 'wan_dsl0_dev'
option name 'dsl0'
option macaddr '12:13:14:15:14:14'

config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'

The ISP is 1&1 (VDSL2-with-vectoring Deutsche Telekom resale connection) but unfortunately I am not getting a public ipv4 adress which results in ipv4-only pages not being reachable. Below, I have attached a screenshot for the OpenWrt connection and below that a screenshot using the same connection but on the stock FritzOS firmware.


Is there a setting to also acquire a public ipv4 adress?

Thanks in advance!

I installed the package 'ds-lite'. Now it is working properly without any additional configuration!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.