QUOTE(klseet @ Feb 10 2014, 07:39 PM)
Does anyone here manage to get OpenWRT trunk works?
klseet Yes, I'm using stock Dlink DIR-615. After flashing to trunk, I installed luci.
My network file (related sections) looks like the following:
config interface 'lan'
option ifname 'eth0.1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.0.1'
option netmask '255.255.255.0'
option ip6assign '64'
option macaddr '02:0c:43:XX:XX:XX'
config interface 'wan'
option _orig_ifname 'eth0.2'
option _orig_bridge 'false'
option ifname 'eth0.500'
option proto 'pppoe'
option username 'XXX@unifi'
option password '12345678'
option peerdns '0'
option dns '8.8.8.8 208.67.222.222'
option ipv6 '1'
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option peerdns '0'
option dns '2001:4860:4860::8888 2620:0:ccc::2'
This post has been edited by alexwsk: Feb 10 2014, 09:10 PM