Hi,
I installed 17.01.4 and r00t's community build on an Archer C7 V2 (Canadian ver), everything else appears to work, except the internet.
The Archer does have internet as a dumb AP behind another main router.
However, if this same Archer is used as the main router, then I don't get any internet.
WiFi, luci, LAN, SSH all work, but no internet even via Ethernet.
WAN protocol is set to be "DHCP client", as it's only behind a cable modem (192.168.1.1). But it cannot obtain an IP from the ISP.
Using nearly identical settings, an RT-N66U has internet with no problem. The only difference I can notice is that RT-N66U and this Archer have different names for interfaces. In RT-N66U the WAN is on "Ethernet adapter (eth0)", whereas on Archer the WAN is on "Ethernet switch (eth0)".
Here's config of the Archer:
cat /etc/config/network
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 'fd8e:ef75:3706::/48'
config interface 'lan'
option type 'bridge'
option ifname 'eth1'
option proto 'static'
option netmask '255.255.255.0'
option ip6assign '60'
option ipaddr '192.168.0.1'
config interface 'wan'
option proto 'dhcp'
option _orig_ifname 'eth0'
option _orig_bridge 'false'
option ifname 'eth0'
config interface 'wan6'
option proto 'dhcpv6'
option reqaddress 'try'
option reqprefix 'auto'
option _orig_ifname 'eth0'
option _orig_bridge 'false'
option ifname 'eth0'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '2 3 4 5 0'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '1 6'
Edit: the following picture is wrong, as @mk24 has pointed out, I took the snapshot after I physically disconnected the WAN. Please see the correct one in 2nd reply.
Please help. Thanks!