Model: Linksys WRT1900AC
Openwrt: 17.02 LEDE
ISP: DODO Australia
Loaded the Openwrt firmware ok. Then configured SSL, Wifi, Admin Password.
I am a little confused on how to get it configured for my ISP.
I've edited /etc/config/network to:
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 'fd6d:41de:b39f::/48'
config vdsl 'dsl'
option annex 'b'
option firmware '/lib/firmware/vdsl.bin'
option tone 'bv'
option xfer_mode 'ptm'
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 interface 'wan'
option ifname 'eth1'
option proto 'dhcp'
config interface 'wan6'
option ifname 'eth1'
option proto 'dhcpv6'
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 5'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4 6'
But i had a few more questions before i test, i have a PPPoE login/password, where do i put that?
Also does this vdsl.bin firmware come with the standard 17.02 LEDE software or do i need to install it somehow?
Any advice for a noob would be great, i'll post the solution here when found.
(Last edited by BlondeStallman on 23 Sep 2017, 13:35)