Hello,
I just installed Openwrt 19.07.2 on my Experia Box. I was running LEDE in the past, but this time i can't get it working. My DSL line is up and can find the dns server, see picture
But my vdsl interface don't get the data packets
This are my firewall zones settings
My IPTV is working But I can't get my internet working... I hope you guys can help me out....
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 'fd54:2f50:231a::/48'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ifname 'eth0.34'
config interface 'iptv'
option type 'bridge'
option ifname 'dsl0.4 eth0.4'
option proto 'dhcp'
option hostname 'Iptv'
config interface 'vdsl'
option proto 'dhcp'
option service 'Telfort'
option mtu '1480'
option macaddr '88:03:55:4a:98:0e'
option ifname 'dsl0.34'
config atm-bridge 'atm'
option unit '0'
option atmdev '0'
option vpi '0'
option vci '34'
option encaps 'llc'
option payload 'bridged'
config dsl 'dsl'
option tone 'bv'
option line_mode 'vdsl'
option xfer_mode 'ptm'
option firmware '/lib/firmware/vdsl.bin'
option annex 'b'
option ds_snr_offset '0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '6t 4 2 1'
option vid '34'
config switch_vlan
option device 'switch0'
option vlan '4'
option vid '4'
option ports '6t 0'