OpenWrt Forum Archive

Topic: TP-Link WR1043ND v2.1 - PPPoE not working

The content of this topic has been archived on 6 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Good morning.
I've bought a new router because my older router wifi is broken.
This TP-Link was advised by a member of #openwrt down at the IRC chatroom.
As soon as I got home with the router I flashed a trunk image on it - the factory image on the wiki http://wiki.openwrt.org/toh/tp-link/tl- … 43nd.v2.x.
I was connected to the LAN ports so when the router rebooted I got an IP and tried to access LuCI but somehow I couldn't. Apparently trunk images don't come with LuCI.
So I had to configure the WAN manually.
First I set it up for DHCP (It was already configured for DHCP) in order to install LuCI.
My setup looked something like this:
ISP <--> old WAN --- old LAN <--> new WAN
With this setup I was able to reach the Internet so I downloaded and installed LuCI with:

opkg update && opkg install luci
/etc/init.d/uhttpd enable
/etc/init.d/uhttpd start

Then I configured the WAN port for PPPoE like this:

uci set network.wan.proto=pppoe
uci set network.wan.username='user@name.xyz'  <-- same as on old router
uci set network.wan.password='password'     <-- same as on old router
uci commit network
ifup wan

Took the WAN cable from the old router and put it in the new router's WAN port but it didn't work. Cannot "ping -c 1 8.8.8.8" (w/o the quotes) or any other pingable internet destination.
Took me 3 hours of testing and I couldn't get PPPoE to work. sad
Looking at the System Logs I found this:

Fri May 16 02:52:13 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:52:13 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:52:13 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:52:13 2014 kern.info kernel: [  525.410000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:52:13 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:52:13 2014 daemon.info pppd[2098]: Plugin rp-pppoe.so loaded.
Fri May 16 02:52:13 2014 daemon.info pppd[2098]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:52:13 2014 daemon.notice pppd[2098]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:52:15 2014 kern.info kernel: [  527.350000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:52:15 2014 kern.info kernel: [  527.360000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:52:15 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:52:15 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:52:28 2014 daemon.warn pppd[2098]: Timeout waiting for PADO packets
Fri May 16 02:52:28 2014 daemon.err pppd[2098]: Unable to complete PPPoE Discovery
Fri May 16 02:52:28 2014 daemon.info pppd[2098]: Exit.
Fri May 16 02:52:28 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:52:28 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:52:28 2014 kern.info kernel: [  540.570000] eth0: link down
Fri May 16 02:52:28 2014 kern.info kernel: [  540.570000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:52:28 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:52:28 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:52:28 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:52:28 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:52:28 2014 daemon.info pppd[2126]: Plugin rp-pppoe.so loaded.
Fri May 16 02:52:28 2014 daemon.info pppd[2126]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:52:28 2014 daemon.notice pppd[2126]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:52:30 2014 kern.info kernel: [  542.360000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:52:30 2014 kern.info kernel: [  542.370000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:52:30 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:52:30 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:52:43 2014 daemon.warn pppd[2126]: Timeout waiting for PADO packets
Fri May 16 02:52:43 2014 daemon.err pppd[2126]: Unable to complete PPPoE Discovery
Fri May 16 02:52:43 2014 daemon.info pppd[2126]: Exit.
Fri May 16 02:52:43 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:52:43 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:52:43 2014 kern.info kernel: [  555.750000] eth0: link down
Fri May 16 02:52:43 2014 kern.info kernel: [  555.750000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:52:43 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:52:43 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:52:43 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:52:43 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:52:43 2014 daemon.info pppd[2150]: Plugin rp-pppoe.so loaded.
Fri May 16 02:52:43 2014 daemon.info pppd[2150]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:52:43 2014 daemon.notice pppd[2150]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:52:45 2014 kern.info kernel: [  557.370000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:52:45 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:52:45 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:52:45 2014 kern.info kernel: [  557.390000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:52:58 2014 daemon.warn pppd[2150]: Timeout waiting for PADO packets
Fri May 16 02:52:58 2014 daemon.err pppd[2150]: Unable to complete PPPoE Discovery
Fri May 16 02:52:58 2014 daemon.info pppd[2150]: Exit.
Fri May 16 02:52:58 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:52:58 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:52:58 2014 kern.info kernel: [  570.920000] eth0: link down
Fri May 16 02:52:58 2014 kern.info kernel: [  570.920000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:52:58 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:52:58 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:52:58 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:52:58 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:52:58 2014 daemon.info pppd[2175]: Plugin rp-pppoe.so loaded.
Fri May 16 02:52:58 2014 daemon.info pppd[2175]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:52:58 2014 daemon.notice pppd[2175]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:53:00 2014 kern.info kernel: [  572.910000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:53:00 2014 kern.info kernel: [  572.920000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:53:00 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:53:00 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:53:13 2014 daemon.warn pppd[2175]: Timeout waiting for PADO packets
Fri May 16 02:53:13 2014 daemon.err pppd[2175]: Unable to complete PPPoE Discovery
Fri May 16 02:53:13 2014 daemon.info pppd[2175]: Exit.
Fri May 16 02:53:13 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:53:13 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:53:13 2014 kern.info kernel: [  586.090000] eth0: link down
Fri May 16 02:53:13 2014 kern.info kernel: [  586.090000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:53:13 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:53:13 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:53:13 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:53:13 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:53:14 2014 daemon.info pppd[2199]: Plugin rp-pppoe.so loaded.
Fri May 16 02:53:14 2014 daemon.info pppd[2199]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:53:14 2014 daemon.notice pppd[2199]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:53:15 2014 kern.info kernel: [  587.920000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:53:15 2014 kern.info kernel: [  587.930000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:53:15 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:53:15 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:53:29 2014 daemon.warn pppd[2199]: Timeout waiting for PADO packets
Fri May 16 02:53:29 2014 daemon.err pppd[2199]: Unable to complete PPPoE Discovery
Fri May 16 02:53:29 2014 daemon.info pppd[2199]: Exit.
Fri May 16 02:53:29 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:53:29 2014 kern.info kernel: [  601.260000] eth0: link down
Fri May 16 02:53:29 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:53:29 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:53:29 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:53:29 2014 kern.info kernel: [  601.270000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:53:29 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:53:29 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:53:29 2014 daemon.info pppd[2229]: Plugin rp-pppoe.so loaded.
Fri May 16 02:53:29 2014 daemon.info pppd[2229]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:53:29 2014 daemon.notice pppd[2229]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:53:30 2014 kern.info kernel: [  603.000000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:53:30 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:53:30 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:53:30 2014 kern.info kernel: [  603.010000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:53:44 2014 daemon.warn pppd[2229]: Timeout waiting for PADO packets
Fri May 16 02:53:44 2014 daemon.err pppd[2229]: Unable to complete PPPoE Discovery
Fri May 16 02:53:44 2014 daemon.info pppd[2229]: Exit.
Fri May 16 02:53:44 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:53:44 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:53:44 2014 kern.info kernel: [  616.440000] eth0: link down
Fri May 16 02:53:44 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:53:44 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:53:44 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:53:44 2014 kern.info kernel: [  616.450000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:53:44 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:53:44 2014 daemon.info pppd[2253]: Plugin rp-pppoe.so loaded.
Fri May 16 02:53:44 2014 daemon.info pppd[2253]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:53:44 2014 daemon.notice pppd[2253]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:53:45 2014 kern.info kernel: [  618.130000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:53:45 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:53:45 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:53:45 2014 kern.info kernel: [  618.140000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:53:59 2014 daemon.warn pppd[2253]: Timeout waiting for PADO packets
Fri May 16 02:53:59 2014 daemon.err pppd[2253]: Unable to complete PPPoE Discovery
Fri May 16 02:53:59 2014 daemon.info pppd[2253]: Exit.
Fri May 16 02:53:59 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:53:59 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:53:59 2014 kern.info kernel: [  631.610000] eth0: link down
Fri May 16 02:53:59 2014 kern.info kernel: [  631.610000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:53:59 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:53:59 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:53:59 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:53:59 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:53:59 2014 daemon.info pppd[2277]: Plugin rp-pppoe.so loaded.
Fri May 16 02:53:59 2014 daemon.info pppd[2277]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:53:59 2014 daemon.notice pppd[2277]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:54:01 2014 kern.info kernel: [  633.250000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:54:01 2014 kern.info kernel: [  633.260000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:54:01 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:54:01 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:54:14 2014 daemon.warn pppd[2277]: Timeout waiting for PADO packets
Fri May 16 02:54:14 2014 daemon.err pppd[2277]: Unable to complete PPPoE Discovery
Fri May 16 02:54:14 2014 daemon.info pppd[2277]: Exit.
Fri May 16 02:54:14 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:54:14 2014 kern.info kernel: [  646.770000] eth0: link down
Fri May 16 02:54:14 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:54:14 2014 kern.info kernel: [  646.780000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:54:14 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:54:14 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:54:14 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:54:14 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:54:14 2014 daemon.info pppd[2301]: Plugin rp-pppoe.so loaded.
Fri May 16 02:54:14 2014 daemon.info pppd[2301]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:54:14 2014 daemon.notice pppd[2301]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:54:16 2014 kern.info kernel: [  648.410000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:54:16 2014 kern.info kernel: [  648.420000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:54:16 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:54:16 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:54:29 2014 daemon.warn pppd[2301]: Timeout waiting for PADO packets
Fri May 16 02:54:29 2014 daemon.err pppd[2301]: Unable to complete PPPoE Discovery
Fri May 16 02:54:29 2014 daemon.info pppd[2301]: Exit.
Fri May 16 02:54:29 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:54:29 2014 kern.info kernel: [  661.940000] eth0: link down
Fri May 16 02:54:29 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:54:29 2014 kern.info kernel: [  661.950000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:54:29 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:54:29 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:54:29 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:54:29 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:54:29 2014 daemon.info pppd[2325]: Plugin rp-pppoe.so loaded.
Fri May 16 02:54:29 2014 daemon.info pppd[2325]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:54:29 2014 daemon.notice pppd[2325]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:54:31 2014 kern.info kernel: [  663.520000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:54:31 2014 kern.info kernel: [  663.530000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:54:31 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:54:31 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:54:44 2014 daemon.warn pppd[2325]: Timeout waiting for PADO packets
Fri May 16 02:54:44 2014 daemon.err pppd[2325]: Unable to complete PPPoE Discovery
Fri May 16 02:54:44 2014 daemon.info pppd[2325]: Exit.
Fri May 16 02:54:44 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:54:44 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:54:44 2014 kern.info kernel: [  677.110000] eth0: link down
Fri May 16 02:54:44 2014 kern.info kernel: [  677.110000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:54:44 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:54:44 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:54:44 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:54:44 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:54:45 2014 daemon.info pppd[2349]: Plugin rp-pppoe.so loaded.
Fri May 16 02:54:45 2014 daemon.info pppd[2349]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:54:45 2014 daemon.notice pppd[2349]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:54:46 2014 kern.info kernel: [  678.630000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:54:46 2014 kern.info kernel: [  678.630000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:54:46 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:54:46 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:55:00 2014 daemon.warn pppd[2349]: Timeout waiting for PADO packets
Fri May 16 02:55:00 2014 daemon.err pppd[2349]: Unable to complete PPPoE Discovery
Fri May 16 02:55:00 2014 daemon.info pppd[2349]: Exit.
Fri May 16 02:55:00 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:55:00 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:55:00 2014 kern.info kernel: [  692.280000] eth0: link down
Fri May 16 02:55:00 2014 kern.info kernel: [  692.280000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:55:00 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:55:00 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:55:00 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:55:00 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:55:00 2014 daemon.info pppd[2373]: Plugin rp-pppoe.so loaded.
Fri May 16 02:55:00 2014 daemon.info pppd[2373]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:55:00 2014 daemon.notice pppd[2373]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:55:01 2014 kern.info kernel: [  693.690000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:55:01 2014 kern.info kernel: [  693.690000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Fri May 16 02:55:01 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:55:01 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:55:15 2014 daemon.warn pppd[2373]: Timeout waiting for PADO packets
Fri May 16 02:55:15 2014 daemon.err pppd[2373]: Unable to complete PPPoE Discovery
Fri May 16 02:55:15 2014 daemon.info pppd[2373]: Exit.
Fri May 16 02:55:15 2014 daemon.notice netifd: Interface 'wan' is now down
Fri May 16 02:55:15 2014 kern.info kernel: [  707.440000] eth0: link down
Fri May 16 02:55:15 2014 daemon.notice netifd: Interface 'wan' is disabled
Fri May 16 02:55:15 2014 kern.info kernel: [  707.450000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Fri May 16 02:55:15 2014 daemon.notice netifd: Interface 'wan' is enabled
Fri May 16 02:55:15 2014 daemon.notice netifd: Interface 'wan' is setting up now
Fri May 16 02:55:15 2014 daemon.notice netifd: Network device 'eth0' link is down
Fri May 16 02:55:15 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Fri May 16 02:55:15 2014 daemon.info pppd[2397]: Plugin rp-pppoe.so loaded.
Fri May 16 02:55:15 2014 daemon.info pppd[2397]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Fri May 16 02:55:15 2014 daemon.notice pppd[2397]: pppd 2.4.5 started by root, uid 0
Fri May 16 02:55:16 2014 kern.info kernel: [  708.730000] eth0: link up (1000Mbps/Full duplex)
Fri May 16 02:55:16 2014 daemon.notice netifd: Network device 'eth0' link is up
Fri May 16 02:55:16 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Fri May 16 02:55:16 2014 kern.info kernel: [  708.740000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

Any help would be very much appreciated smile
Cheers

Edit: simply edited a typo in the subject

(Last edited by john3voltas on 22 May 2014, 08:35)

uci show network?

Hi nebbia88.
Thanks for your reply.
From the top of my head "uci show network" looks good.
Unfortunately I can't paste it here right now because I'm not near the router.
Will see if I can find it elsewhere.
Cheers

Hi nebbia88.
Sorry for taking so long to reply.
I had to stay out of town for a couple of days.
So here's a bit more info:

root@OpenWrt:/# uci show network
network.loopback=interface
network.loopback.ifname=lo
network.loopback.proto=static
network.loopback.ipaddr=127.0.0.1
network.loopback.netmask=255.0.0.0
network.globals=globals
network.globals.ula_prefix=fdef:edec:c660::/48
network.lan=interface
network.lan.ifname=eth1
network.lan.type=bridge
network.lan.proto=static
network.lan.ipaddr=192.168.1.1
network.lan.netmask=255.255.255.0
network.lan.ip6assign=60
network.wan=interface
network.wan.ifname=eth0
network.wan.proto=pppoe
network.wan.username=asXXXXXXXX@3p.sapo.pt
network.wan.password=YYYYYYYY
network.wan6=interface
network.wan6.ifname=@wan
network.wan6.proto=dhcpv6
network.@switch[0]=switch
network.@switch[0].name=switch0
network.@switch[0].reset=1
network.@switch[0].enable_vlan=1
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device=switch0
network.@switch_vlan[0].vlan=1
network.@switch_vlan[0].ports=0 1 2 3 4
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device=switch0
network.@switch_vlan[1].vlan=2
network.@switch_vlan[1].ports=5 6
root@OpenWrt:/#


root@OpenWrt:/# 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 'fdef:edec:c660::/48'

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

config interface 'wan'
        option ifname 'eth0'
        option proto 'pppoe'
        option username 'asXXXXXXXX@3p.sapo.pt'
        option password 'YYYYYYYY'

config interface 'wan6'
        option ifname '@wan'
        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 4'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '5 6'

root@OpenWrt:/#

Just let me know if you need anything else from my setup.

Thanks in advance.
Cheers

I just put my hands on another router very similar to this one (a 1043nd v1) but running stock firmware and it works. Meaning, I configured PPPoE on this v1 router on stock firmware and it worked perfectly.
Could it be a hardware issue on my router?
Anyone knows how I can debug this issue?
Cheers

Come on guys, just a little help.
Otherwise I'll have to find a way to return the router because it simply doesn't work.
Thanks in advance.
Cheers

You are missing the wan type which must be bridge in the wan section and i cant see the cpu port in the switch vlan section. It must be present in both vlans and tagged. You need to check out the switch documentation and tag the cpu port in both of your vlans

Thanks a bunch gkarakou smile.
Could you please point me where I can read about that or can you please give an example of how to set the wan to bridge and include the cpu in switch vlans?
Thanks in advance.
Cheers

Link
http://wiki.openwrt.org/toh/tp-link/tl- … .for.vlans


If you have lan access dont mess with the lan interface in /etc/config/network
Just add this in the wan section:

config interface 'wan'
........
option type 'bridge'
........


and this is the relevant vlan section

config switch_vlan
    option vlan '2'
    option ports '0t 5 6'
    option device 'switch0'

Hi gkarakou
Unfortunately I am out of town again and I will only be able to test this tomorrow when I arrive home.
But in the meantime I was reading your previous posts and I ended up wondering why the wan interface would need to be of bridge type.
In all the posts I've found in the forum this is the 1st where I see reference to bridge wan.
I can't find reference to bridge wan anywhere, not even in the wiki entry that you included in your previous message.
Could you please explain why I need to bridge the wan interface?
Thanks in advance

No need for a bridge if you dont want to

Hi gkarakou.
It is not a question of "do I want a bridge or not?".
It's a question of "do I need a bridge or not?".
In order to use the router as a simple means of accessing the internet from the LAN ports and from the WiFi, do I need to setup bridges or mess with vlans?

In all honesty all I needed was a sample '/etc/config/network' that would allow me to use the router for wifi and lan to access the internet.

Could you help me with that? smile
Cheers

You should not need a bridge for the WAN interface. In fact this normally should *not* be a bridge.

The only missing thing I see in the config is you do not have a keepalive set. Something like "network.wan.keepalive=60 1". Not sure if that's going to be causing an issue though.

I didn't understand why I was going to need to bridge the wan with anything else. It wasn't making sense but I thought there could be a hidden reason.
As for keepalive, I will add it but unfortunately I'm not very hopeful that it will fix my problem.

The main point is, if I set the wan port to dhcp and connect the tp-link wan port to my old router lan port, it grabs an ip and everything works. But if I connect the ONT (FTTH) port to the tp-link wan port and set it for PPPoE it fails miserably. sad  Any thoughts on this?

Will test the keepalive report back in a couple of hours.
As always many thanks for everyone's helping me.
Cheers

Like I said, the only thing I can see wrong with the configuration is the lack of a timeout value. Other than that everything looks fine, so not really sure why it doesn't work.

Yesterday I added the keepalive but unfortunately I didn't see any improvement.

Can anyone tell me where to grab logs/traces of what is happening? Maybe if I paste them here someone will spot the fix for the issue?

Cheers

The only other thing I can think of is your firewall configuration is somehow blocking the PADO response packets.

Can you post your /etc/config/firewall?

Maybe it would just be easier to reset the thing, install luci, and configure it via GUI.

[Edit]
Actually your VLAN configuration still looks wrong. Yet it works in DHCP mode. Can you post your full /etc/config/network and ifconfig -a too. Your overall config looks very different to my WR1043ND but mine's a different revision - the LAN and WAN interfaces are eth0.1 and eth0.2 on mine respectively.

(Last edited by qasdfdsaq on 27 May 2014, 14:53)

Hi qasdfdsaq
Thanks for trying to help me.
Here's a /etc/config/firewall

root@wdr1043nd:~# cat /etc/config/firewall
config defaults
        option syn_flood        1
        option input            ACCEPT
        option output           ACCEPT
        option forward          REJECT
# Uncomment this line to disable ipv6 rules
#       option disable_ipv6     1

config zone
        option name             lan
        list   network          'lan'
        option input            ACCEPT
        option output           ACCEPT
        option forward          ACCEPT

config zone
        option name             wan
        list   network          'wan'
        list   network          'wan6'
        option input            REJECT
        option output           ACCEPT
        option forward          REJECT
        option masq             1
        option mtu_fix          1

config forwarding
        option src              lan
        option dest             wan

# We need to accept udp packets on port 68,
# see [url]https://dev.openwrt.org/ticket/4108[/url]
config rule
        option name             Allow-DHCP-Renew
        option src              wan
        option proto            udp
        option dest_port        68
        option target           ACCEPT
        option family           ipv4

# Allow IPv4 ping
config rule
        option name             Allow-Ping
        option src              wan
        option proto            icmp
        option icmp_type        echo-request
        option family           ipv4
        option target           ACCEPT

# Allow DHCPv6 replies
# see [url]https://dev.openwrt.org/ticket/10381[/url]
config rule
        option name             Allow-DHCPv6
        option src              wan
        option proto            udp
        option src_ip           fe80::/10
        option src_port         547
        option dest_ip          fe80::/10
        option dest_port        546
        option family           ipv6
        option target           ACCEPT

# Allow essential incoming IPv6 ICMP traffic
config rule
        option name             Allow-ICMPv6-Input
        option src              wan
        option proto    icmp
        list icmp_type          echo-request
        list icmp_type          echo-reply
        list icmp_type          destination-unreachable
        list icmp_type          packet-too-big
        list icmp_type          time-exceeded
        list icmp_type          bad-header
        list icmp_type          unknown-header-type
        list icmp_type          router-solicitation
        list icmp_type          neighbour-solicitation
        list icmp_type          router-advertisement
        list icmp_type          neighbour-advertisement
        option limit            1000/sec
        option family           ipv6
        option target           ACCEPT

# Allow essential forwarded IPv6 ICMP traffic
config rule
        option name             Allow-ICMPv6-Forward
        option src              wan
        option dest             *
        option proto            icmp
        list icmp_type          echo-request
        list icmp_type          echo-reply
        list icmp_type          destination-unreachable
        list icmp_type          packet-too-big
        list icmp_type          time-exceeded
        list icmp_type          bad-header
        list icmp_type          unknown-header-type
        option limit            1000/sec
        option family           ipv6
        option target           ACCEPT

# include a file with users custom iptables rules
config include
        option path /etc/firewall.user


### EXAMPLE CONFIG SECTIONS
# do not allow a specific ip to access wan
#config rule
#       option src              lan
#       option src_ip   192.168.45.2
#       option dest             wan
#       option proto    tcp
#       option target   REJECT

# block a specific mac on wan
#config rule
#       option dest             wan
#       option src_mac  00:11:22:33:44:66
#       option target   REJECT

# block incoming ICMP traffic on a zone
#config rule
#       option src              lan
#       option proto    ICMP
#       option target   DROP

# port redirect port coming in on wan to lan
#config redirect
#       option src                      wan
#       option src_dport        80
#       option dest                     lan
#       option dest_ip          192.168.16.235
#       option dest_port        80
#       option proto            tcp

# port redirect of remapped ssh port (22001) on wan
#config redirect
#       option src              wan
#       option src_dport        22001
#       option dest             lan
#       option dest_port        22
#       option proto            tcp

# allow IPsec/ESP and ISAKMP passthrough
#config rule
#       option src              wan
#       option dest             lan
#       option protocol         esp
#       option target           ACCEPT

#config rule
#       option src              wan
#       option dest             lan
#       option src_port         500
#       option dest_port        500
#       option proto            udp
#       option target           ACCEPT

### FULL CONFIG SECTIONS
#config rule
#       option src              lan
#       option src_ip   192.168.45.2
#       option src_mac  00:11:22:33:44:55
#       option src_port 80
#       option dest             wan
#       option dest_ip  194.25.2.129
#       option dest_port        120
#       option proto    tcp
#       option target   REJECT

#config redirect
#       option src              lan
#       option src_ip   192.168.45.2
#       option src_mac  00:11:22:33:44:55
#       option src_port         1024
#       option src_dport        80
#       option dest_ip  194.25.2.129
#       option dest_port        120
#       option proto    tcp
root@wdr1043nd:~#

And here is my latest /etc/config/network

root@wdr1043nd:~# 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 'fd7f:468c:6709::/48'

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

config interface 'wan'
        option ifname 'eth0'
        option _orig_ifname 'eth0'
        option _orig_bridge 'false'
        option proto 'pppoe'
        option username 'asXXXXXXXX@3p.sapo.pt'
        option password 'YYYYYYYY'

config interface 'wan6'
        option ifname '@wan'
        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 4'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '5 6'

root@wdr1043nd:~#

Here's a System Log

Wed May 28 22:31:56 2014 kern.info kernel: [    0.760000] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
Wed May 28 22:31:56 2014 kern.info kernel: [    2.010000] libphy: ag71xx_mdio: probed
Wed May 28 22:31:56 2014 kern.info kernel: [    2.560000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
Wed May 28 22:31:56 2014 kern.info kernel: [    2.570000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
Wed May 28 22:31:56 2014 kern.info kernel: [    3.130000] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:SGMII
Wed May 28 22:31:56 2014 kern.info kernel: [    3.140000] TCP: cubic registered
Wed May 28 22:31:56 2014 kern.info kernel: [    3.140000] NET: Registered protocol family 17
Wed May 28 22:31:56 2014 kern.notice kernel: [    3.140000] Bridge firewalling registered
Wed May 28 22:31:56 2014 kern.info kernel: [    3.150000] 8021q: 802.1Q VLAN Support v1.8
Wed May 28 22:31:56 2014 kern.info kernel: [    3.160000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
Wed May 28 22:31:56 2014 kern.info kernel: [    3.170000] Freeing unused kernel memory: 272K (8034c000 - 80390000)
Wed May 28 22:31:56 2014 kern.info kernel: [    5.280000] eth1: link up (1000Mbps/Full duplex)
Wed May 28 22:31:56 2014 kern.info kernel: [    5.910000] usbcore: registered new interface driver usbfs
Wed May 28 22:31:56 2014 kern.info kernel: [    5.920000] usbcore: registered new interface driver hub
Wed May 28 22:31:56 2014 kern.info kernel: [    5.920000] usbcore: registered new device driver usb
Wed May 28 22:31:56 2014 kern.info kernel: [    5.930000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Wed May 28 22:31:56 2014 kern.info kernel: [    5.940000] ehci-platform: EHCI generic platform driver
Wed May 28 22:31:56 2014 kern.info kernel: [    5.940000] ehci-platform ehci-platform.0: EHCI Host Controller
Wed May 28 22:31:56 2014 kern.info kernel: [    5.950000] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
Wed May 28 22:31:56 2014 kern.info kernel: [    5.960000] ehci-platform ehci-platform.0: TX-TX IDP fix enabled
Wed May 28 22:31:56 2014 kern.info kernel: [    5.970000] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
Wed May 28 22:31:56 2014 kern.info kernel: [    5.990000] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
Wed May 28 22:31:56 2014 kern.info kernel: [    5.990000] hub 1-0:1.0: USB hub found
Wed May 28 22:31:56 2014 kern.info kernel: [    6.000000] hub 1-0:1.0: 1 port detected
Wed May 28 22:31:56 2014 kern.info kernel: [    6.000000] ehci-platform ehci-platform.1: EHCI Host Controller
Wed May 28 22:31:56 2014 kern.info kernel: [    6.010000] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
Wed May 28 22:31:56 2014 kern.info kernel: [    6.020000] ehci-platform ehci-platform.1: TX-TX IDP fix enabled
Wed May 28 22:31:56 2014 kern.info kernel: [    6.020000] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
Wed May 28 22:31:56 2014 kern.info kernel: [    6.050000] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
Wed May 28 22:31:56 2014 kern.info kernel: [    6.050000] hub 2-0:1.0: USB hub found
Wed May 28 22:31:56 2014 kern.info kernel: [    6.060000] hub 2-0:1.0: 1 port detected
Wed May 28 22:31:56 2014 kern.info kernel: [    6.060000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Wed May 28 22:31:56 2014 kern.notice kernel: [    8.670000] jffs2: notice: (369) jffs2_build_xattr_subsystem: complete building xattr subsystem, 16 of xdatum (1 unchecked, 15 orphan) and 29 of xref (0 dead, 17 orphan) found.
Wed May 28 22:31:56 2014 kern.info kernel: [    8.710000] eth1: link down
Wed May 28 22:31:56 2014 kern.info kernel: [   10.400000] NET: Registered protocol family 10
Wed May 28 22:31:56 2014 kern.info kernel: [   10.420000] nf_conntrack version 0.5.0 (958 buckets, 3832 max)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.430000] ip6_tables: (C) 2000-2006 Netfilter Core Team
Wed May 28 22:31:56 2014 kern.info kernel: [   10.450000] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
Wed May 28 22:31:56 2014 kern.info kernel: [   10.460000] Backport generated by backports.git backports-20140320-37-g5c33da0
Wed May 28 22:31:56 2014 kern.info kernel: [   10.490000] ip_tables: (C) 2000-2006 Netfilter Core Team
Wed May 28 22:31:56 2014 kern.info kernel: [   10.530000] xt_time: kernel timezone is -0000
Wed May 28 22:31:56 2014 kern.info kernel: [   10.560000] cfg80211: Calling CRDA to update world regulatory domain
Wed May 28 22:31:56 2014 kern.info kernel: [   10.560000] cfg80211: World regulatory domain updated:
Wed May 28 22:31:56 2014 kern.info kernel: [   10.570000] cfg80211:  DFS Master region: unset
Wed May 28 22:31:56 2014 kern.info kernel: [   10.570000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.580000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.590000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.600000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.610000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.610000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.620000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.670000] PPP generic driver version 2.4.2
Wed May 28 22:31:56 2014 kern.info kernel: [   10.690000] NET: Registered protocol family 24
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.730000] ath: EEPROM regdomain: 0x0
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.730000] ath: EEPROM indicates default country code should be used
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.730000] ath: doing EEPROM country->regdmn map search
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.730000] ath: country maps to regdmn code: 0x3a
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.730000] ath: Country alpha2 being used: US
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.730000] ath: Regpair used: 0x3a
Wed May 28 22:31:56 2014 kern.debug kernel: [   10.740000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Wed May 28 22:31:56 2014 kern.info kernel: [   10.750000] ieee80211 phy0: Atheros AR9550 Rev:0 mem=0xb8100000, irq=47
Wed May 28 22:31:56 2014 kern.info kernel: [   10.760000] cfg80211: Calling CRDA for country: US
Wed May 28 22:31:56 2014 kern.info kernel: [   10.760000] cfg80211: Regulatory domain changed to country: US
Wed May 28 22:31:56 2014 kern.info kernel: [   10.770000] cfg80211:  DFS Master region: FCC
Wed May 28 22:31:56 2014 kern.info kernel: [   10.770000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.780000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.790000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.800000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.810000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
Wed May 28 22:31:56 2014 kern.info kernel: [   10.810000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
Wed May 28 22:31:57 2014 user.emerg syslog: Error: Failed to connect to ubus
Wed May 28 22:31:59 2014 authpriv.info dropbear[784]: Not backgrounding
Wed May 28 22:32:00 2014 user.emerg syslog: setting up led USB
Wed May 28 22:32:00 2014 user.emerg syslog: setting up led WLAN
Wed May 28 22:32:00 2014 kern.info kernel: [   16.730000] eth1: link up (1000Mbps/Full duplex)
Wed May 28 22:32:00 2014 kern.info kernel: [   16.730000] device eth1 entered promiscuous mode
Wed May 28 22:32:00 2014 kern.info kernel: [   16.760000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
Wed May 28 22:32:00 2014 daemon.notice netifd: Interface 'lan' is enabled
Wed May 28 22:32:00 2014 daemon.notice netifd: Interface 'loopback' is enabled
Wed May 28 22:32:00 2014 daemon.notice netifd: Interface 'wan' is enabled
Wed May 28 22:32:00 2014 daemon.notice netifd: Network device 'eth1' link is up
Wed May 28 22:32:00 2014 daemon.notice netifd: Network device 'lo' link is up
Wed May 28 22:32:00 2014 daemon.notice netifd: Interface 'loopback' has link connectivity 
Wed May 28 22:32:00 2014 daemon.notice netifd: Interface 'loopback' is setting up now
Wed May 28 22:32:00 2014 kern.info kernel: [   16.790000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed May 28 22:32:00 2014 daemon.notice netifd: Interface 'loopback' is now up
Wed May 28 22:32:01 2014 user.emerg syslog: - init complete -
Wed May 28 22:32:01 2014 daemon.info dnsmasq[905]: started, version 2.71 cachesize 150
Wed May 28 22:32:01 2014 daemon.info dnsmasq[905]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC
Wed May 28 22:32:01 2014 daemon.info dnsmasq[905]: using local addresses only for domain lan
Wed May 28 22:32:01 2014 daemon.warn dnsmasq[905]: no servers found in /tmp/resolv.conf.auto, will retry
Wed May 28 22:32:01 2014 daemon.info dnsmasq[905]: read /etc/hosts - 1 addresses
Wed May 28 22:32:01 2014 kern.info kernel: [   17.730000] br-lan: port 1(eth1) entered forwarding state
Wed May 28 22:32:01 2014 kern.info kernel: [   17.730000] br-lan: port 1(eth1) entered forwarding state
Wed May 28 22:32:01 2014 daemon.notice netifd: Bridge 'br-lan' link is up
Wed May 28 22:32:01 2014 daemon.notice netifd: Interface 'lan' has link connectivity 
Wed May 28 22:32:01 2014 daemon.notice netifd: Interface 'lan' is setting up now
Wed May 28 22:32:01 2014 kern.info kernel: [   17.740000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
Wed May 28 22:32:01 2014 daemon.notice netifd: Interface 'lan' is now up
Wed May 28 22:32:01 2014 daemon.warn odhcpd[749]: Failed to send to ff02::1%br-lan (Cannot assign requested address)
Wed May 28 22:32:01 2014 daemon.info dnsmasq[905]: read /etc/hosts - 1 addresses
Wed May 28 22:32:01 2014 daemon.info dnsmasq[905]: read /tmp/hosts/odhcpd - 0 addresses
Wed May 28 22:32:02 2014 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Wed May 28 22:32:02 2014 kern.info kernel: [   18.720000] eth0: link up (1000Mbps/Full duplex)
Wed May 28 22:32:02 2014 daemon.notice netifd: Network device 'eth0' link is up
Wed May 28 22:32:02 2014 kern.info kernel: [   18.730000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Wed May 28 22:32:02 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Wed May 28 22:32:02 2014 daemon.notice netifd: Interface 'wan' is setting up now
Wed May 28 22:32:03 2014 user.emerg syslog: 'radio0' is disabled
Wed May 28 22:32:03 2014 user.emerg syslog: 'radio0' is disabled
Wed May 28 22:32:03 2014 daemon.info pppd[960]: Plugin rp-pppoe.so loaded.
Wed May 28 22:32:03 2014 daemon.info pppd[960]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Wed May 28 22:32:03 2014 daemon.notice pppd[960]: pppd 2.4.5 started by root, uid 0
Wed May 28 22:32:03 2014 kern.info kernel: [   19.730000] br-lan: port 1(eth1) entered forwarding state
Wed May 28 22:32:04 2014 authpriv.info dropbear[967]: Child connection from 192.168.1.5:27241
Wed May 28 22:32:05 2014 daemon.info dnsmasq[905]: exiting on receipt of SIGTERM
Wed May 28 22:32:05 2014 daemon.info dnsmasq[982]: started, version 2.71 cachesize 150
Wed May 28 22:32:05 2014 daemon.info dnsmasq[982]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC
Wed May 28 22:32:05 2014 daemon.info dnsmasq-dhcp[982]: DHCP, IP range 192.168.1.100 -- 192.168.1.249, lease time 12h
Wed May 28 22:32:05 2014 daemon.info dnsmasq[982]: using local addresses only for domain lan
Wed May 28 22:32:05 2014 daemon.warn dnsmasq[982]: no servers found in /tmp/resolv.conf.auto, will retry
Wed May 28 22:32:05 2014 daemon.info dnsmasq[982]: read /etc/hosts - 1 addresses
Wed May 28 22:32:05 2014 daemon.info dnsmasq[982]: read /tmp/hosts/odhcpd - 0 addresses
Wed May 28 22:32:05 2014 daemon.info dnsmasq[982]: read /tmp/hosts/dhcp - 0 addresses
Wed May 28 22:32:05 2014 daemon.info dnsmasq-dhcp[982]: read /etc/ethers - 0 addresses
Wed May 28 22:32:18 2014 daemon.warn pppd[960]: Timeout waiting for PADO packets
Wed May 28 22:32:18 2014 daemon.err pppd[960]: Unable to complete PPPoE Discovery
Wed May 28 22:32:18 2014 daemon.info pppd[960]: Exit.
Wed May 28 22:32:18 2014 daemon.notice netifd: Interface 'wan' is now down
Wed May 28 22:32:18 2014 daemon.notice netifd: Interface 'wan' is disabled
Wed May 28 22:32:18 2014 kern.info kernel: [   34.100000] eth0: link down
Wed May 28 22:32:18 2014 kern.info kernel: [   34.110000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed May 28 22:32:18 2014 daemon.notice netifd: Interface 'wan' is enabled
Wed May 28 22:32:18 2014 daemon.notice netifd: Interface 'wan' is setting up now
Wed May 28 22:32:18 2014 daemon.notice netifd: Network device 'eth0' link is down
Wed May 28 22:32:18 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Wed May 28 22:32:18 2014 daemon.info pppd[998]: Plugin rp-pppoe.so loaded.
Wed May 28 22:32:18 2014 daemon.info pppd[998]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Wed May 28 22:32:18 2014 daemon.notice pppd[998]: pppd 2.4.5 started by root, uid 0
Wed May 28 22:32:19 2014 authpriv.notice dropbear[967]: Password auth succeeded for 'root' from 192.168.1.5:27241
Wed May 28 22:32:19 2014 kern.info kernel: [   35.730000] eth0: link up (1000Mbps/Full duplex)
Wed May 28 22:32:19 2014 daemon.notice netifd: Network device 'eth0' link is up
Wed May 28 22:32:19 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Wed May 28 22:32:19 2014 kern.info kernel: [   35.740000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Wed May 28 22:32:33 2014 daemon.warn pppd[998]: Timeout waiting for PADO packets
Wed May 28 22:32:33 2014 daemon.err pppd[998]: Unable to complete PPPoE Discovery
Wed May 28 22:32:33 2014 daemon.info pppd[998]: Exit.
Wed May 28 22:32:33 2014 daemon.notice netifd: Interface 'wan' is now down
Wed May 28 22:32:33 2014 daemon.notice netifd: Interface 'wan' is disabled
Wed May 28 22:32:33 2014 kern.info kernel: [   49.290000] eth0: link down
Wed May 28 22:32:33 2014 kern.info kernel: [   49.290000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed May 28 22:32:33 2014 daemon.notice netifd: Interface 'wan' is enabled
Wed May 28 22:32:33 2014 daemon.notice netifd: Interface 'wan' is setting up now
Wed May 28 22:32:33 2014 daemon.notice netifd: Network device 'eth0' link is down
Wed May 28 22:32:33 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Wed May 28 22:32:33 2014 daemon.info pppd[1019]: Plugin rp-pppoe.so loaded.
Wed May 28 22:32:33 2014 daemon.info pppd[1019]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Wed May 28 22:32:33 2014 daemon.notice pppd[1019]: pppd 2.4.5 started by root, uid 0
Wed May 28 22:32:34 2014 kern.info kernel: [   50.740000] eth0: link up (1000Mbps/Full duplex)
Wed May 28 22:32:34 2014 kern.info kernel: [   50.750000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Wed May 28 22:32:34 2014 daemon.notice netifd: Network device 'eth0' link is up
Wed May 28 22:32:34 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Wed May 28 22:32:48 2014 daemon.warn pppd[1019]: Timeout waiting for PADO packets
Wed May 28 22:32:48 2014 daemon.err pppd[1019]: Unable to complete PPPoE Discovery
Wed May 28 22:32:48 2014 daemon.info pppd[1019]: Exit.
Wed May 28 22:32:48 2014 daemon.notice netifd: Interface 'wan' is now down
Wed May 28 22:32:48 2014 kern.info kernel: [   64.460000] eth0: link down
Wed May 28 22:32:48 2014 daemon.notice netifd: Interface 'wan' is disabled
Wed May 28 22:32:48 2014 kern.info kernel: [   64.470000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed May 28 22:32:48 2014 daemon.notice netifd: Interface 'wan' is enabled
Wed May 28 22:32:48 2014 daemon.notice netifd: Interface 'wan' is setting up now
Wed May 28 22:32:48 2014 daemon.notice netifd: Network device 'eth0' link is down
Wed May 28 22:32:48 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Wed May 28 22:32:48 2014 daemon.info pppd[1035]: Plugin rp-pppoe.so loaded.
Wed May 28 22:32:48 2014 daemon.info pppd[1035]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Wed May 28 22:32:48 2014 daemon.notice pppd[1035]: pppd 2.4.5 started by root, uid 0
Wed May 28 22:32:49 2014 kern.info kernel: [   65.750000] eth0: link up (1000Mbps/Full duplex)
Wed May 28 22:32:49 2014 kern.info kernel: [   65.760000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
Wed May 28 22:32:49 2014 daemon.notice netifd: Network device 'eth0' link is up
Wed May 28 22:32:49 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Wed May 28 22:33:03 2014 daemon.warn pppd[1035]: Timeout waiting for PADO packets
Wed May 28 22:33:03 2014 daemon.err pppd[1035]: Unable to complete PPPoE Discovery
Wed May 28 22:33:03 2014 daemon.info pppd[1035]: Exit.
Wed May 28 22:33:03 2014 daemon.notice netifd: Interface 'wan' is now down
Wed May 28 22:33:03 2014 kern.info kernel: [   79.640000] eth0: link down
Wed May 28 22:33:03 2014 daemon.notice netifd: Interface 'wan' is disabled
Wed May 28 22:33:03 2014 kern.info kernel: [   79.650000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
Wed May 28 22:33:03 2014 daemon.notice netifd: Interface 'wan' is enabled
Wed May 28 22:33:03 2014 daemon.notice netifd: Interface 'wan' is setting up now
Wed May 28 22:33:03 2014 daemon.notice netifd: Network device 'eth0' link is down
Wed May 28 22:33:03 2014 daemon.notice netifd: Interface 'wan' has link connectivity loss
Wed May 28 22:33:03 2014 daemon.info pppd[1050]: Plugin rp-pppoe.so loaded.
Wed May 28 22:33:03 2014 daemon.info pppd[1050]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
Wed May 28 22:33:03 2014 daemon.notice pppd[1050]: pppd 2.4.5 started by root, uid 0
Wed May 28 22:33:05 2014 kern.info kernel: [   81.440000] eth0: link up (1000Mbps/Full duplex)
Wed May 28 22:33:05 2014 daemon.notice netifd: Network device 'eth0' link is up
Wed May 28 22:33:05 2014 daemon.notice netifd: Interface 'wan' has link connectivity 
Wed May 28 22:33:05 2014 kern.info kernel: [   81.460000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

And at last here's a Kernel Log

[    0.000000] Linux version 3.10.36 (openwrt@gb-14) (gcc version 4.8.3 (OpenWrt/Linaro GCC 4.8-2014.04 r40862) ) #1 Wed May 28 06:14:47 UTC 2014
[    0.000000] MyLoader: sysp=e1eda0ef, boardp=a329b5f8, parts=9f85b7e2
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 00019750 (MIPS 74Kc)
[    0.000000] SoC: Qualcomm Atheros QCA9558 rev 0
[    0.000000] Clocks: CPU:720.000MHz, DDR:600.000MHz, AHB:200.000MHz, Ref:40.000MHz
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] On node 0 totalpages: 16384
[    0.000000] free_area_init_node: node 0, pgdat 80334b60, node_mem_map 81000000
[    0.000000]   Normal zone: 128 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 16384 pages, LIFO batch:3
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line:  board=TL-WR1043ND-v2 console=ttyS0,115200 rootfstype=squashfs,jffs2 noinitrd
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 61076k/65536k available (2371k kernel code, 4460k reserved, 618k data, 272k init, 0k highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:51
[    0.060000] Calibrating delay loop... 358.80 BogoMIPS (lpj=1794048)
[    0.060000] pid_max: default: 32768 minimum: 301
[    0.060000] Mount-cache hash table entries: 512
[    0.070000] NET: Registered protocol family 16
[    0.070000] MIPS: machine is TP-LINK TL-WR1043ND v2
[    0.480000] bio: create slab <bio-0> at 0
[    0.490000] Switching to clocksource MIPS
[    0.490000] NET: Registered protocol family 2
[    0.500000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[    0.500000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[    0.510000] TCP: Hash tables configured (established 512 bind 512)
[    0.510000] TCP: reno registered
[    0.510000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.520000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.530000] NET: Registered protocol family 1
[    0.530000] PCI: CLS 0 bytes, default 32
[    0.540000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.550000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.560000] msgmni has been set to 119
[    0.560000] io scheduler noop registered
[    0.570000] io scheduler deadline registered (default)
[    0.570000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[    0.600000] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
[    0.610000] console [ttyS0] enabled, bootconsole disabled
[    0.620000] ath79-spi ath79-spi: master is unqueued, this is deprecated
[    0.630000] m25p80 spi0.0: found s25fl064k, expected m25p80
[    0.640000] m25p80 spi0.0: s25fl064k (8192 Kbytes)
[    0.640000] 5 tp-link partitions found on MTD device spi0.0
[    0.650000] Creating 5 MTD partitions on "spi0.0":
[    0.650000] 0x000000000000-0x000000020000 : "u-boot"
[    0.660000] 0x000000020000-0x00000012b0c4 : "kernel"
[    0.660000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.680000] 0x00000012b0c4-0x0000007f0000 : "rootfs"
[    0.680000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.700000] mtd: device 2 (rootfs) set to be root filesystem
[    0.700000] 1 squashfs-split partitions found on MTD device rootfs
[    0.710000] 0x000000300000-0x0000007f0000 : "rootfs_data"
[    0.710000] 0x0000007f0000-0x000000800000 : "art"
[    0.720000] 0x000000020000-0x0000007f0000 : "firmware"
[    0.760000] switch0: Atheros AR8327 rev. 4 switch registered on ag71xx-mdio.0
[    2.010000] libphy: ag71xx_mdio: probed
[    2.560000] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
[    2.570000] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode:RGMII
[    3.130000] eth1: Atheros AG71xx at 0xba000000, irq 5, mode:SGMII
[    3.140000] TCP: cubic registered
[    3.140000] NET: Registered protocol family 17
[    3.140000] Bridge firewalling registered
[    3.150000] 8021q: 802.1Q VLAN Support v1.8
[    3.160000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[    3.170000] Freeing unused kernel memory: 272K (8034c000 - 80390000)
[    5.280000] eth1: link up (1000Mbps/Full duplex)
[    5.910000] usbcore: registered new interface driver usbfs
[    5.920000] usbcore: registered new interface driver hub
[    5.920000] usbcore: registered new device driver usb
[    5.930000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.940000] ehci-platform: EHCI generic platform driver
[    5.940000] ehci-platform ehci-platform.0: EHCI Host Controller
[    5.950000] ehci-platform ehci-platform.0: new USB bus registered, assigned bus number 1
[    5.960000] ehci-platform ehci-platform.0: TX-TX IDP fix enabled
[    5.970000] ehci-platform ehci-platform.0: irq 48, io mem 0x1b000000
[    5.990000] ehci-platform ehci-platform.0: USB 2.0 started, EHCI 1.00
[    5.990000] hub 1-0:1.0: USB hub found
[    6.000000] hub 1-0:1.0: 1 port detected
[    6.000000] ehci-platform ehci-platform.1: EHCI Host Controller
[    6.010000] ehci-platform ehci-platform.1: new USB bus registered, assigned bus number 2
[    6.020000] ehci-platform ehci-platform.1: TX-TX IDP fix enabled
[    6.020000] ehci-platform ehci-platform.1: irq 49, io mem 0x1b400000
[    6.050000] ehci-platform ehci-platform.1: USB 2.0 started, EHCI 1.00
[    6.050000] hub 2-0:1.0: USB hub found
[    6.060000] hub 2-0:1.0: 1 port detected
[    6.060000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    8.670000] jffs2: notice: (369) jffs2_build_xattr_subsystem: complete building xattr subsystem, 16 of xdatum (1 unchecked, 15 orphan) and 29 of xref (0 dead, 17 orphan) found.
[    8.710000] eth1: link down
[   10.400000] NET: Registered protocol family 10
[   10.420000] nf_conntrack version 0.5.0 (958 buckets, 3832 max)
[   10.430000] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   10.450000] Loading modules backported from Linux version master-2014-05-22-0-gf2032ea
[   10.460000] Backport generated by backports.git backports-20140320-37-g5c33da0
[   10.490000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.530000] xt_time: kernel timezone is -0000
[   10.560000] cfg80211: Calling CRDA to update world regulatory domain
[   10.560000] cfg80211: World regulatory domain updated:
[   10.570000] cfg80211:  DFS Master region: unset
[   10.570000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.580000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.590000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.600000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   10.610000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.610000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.620000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   10.670000] PPP generic driver version 2.4.2
[   10.690000] NET: Registered protocol family 24
[   10.730000] ath: EEPROM regdomain: 0x0
[   10.730000] ath: EEPROM indicates default country code should be used
[   10.730000] ath: doing EEPROM country->regdmn map search
[   10.730000] ath: country maps to regdmn code: 0x3a
[   10.730000] ath: Country alpha2 being used: US
[   10.730000] ath: Regpair used: 0x3a
[   10.740000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   10.750000] ieee80211 phy0: Atheros AR9550 Rev:0 mem=0xb8100000, irq=47
[   10.760000] cfg80211: Calling CRDA for country: US
[   10.760000] cfg80211: Regulatory domain changed to country: US
[   10.770000] cfg80211:  DFS Master region: FCC
[   10.770000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.780000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm), (N/A)
[   10.790000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 1700 mBm), (N/A)
[   10.800000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm), (0 s)
[   10.810000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm), (N/A)
[   10.810000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[   16.730000] eth1: link up (1000Mbps/Full duplex)
[   16.730000] device eth1 entered promiscuous mode
[   16.760000] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[   16.790000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.730000] br-lan: port 1(eth1) entered forwarding state
[   17.730000] br-lan: port 1(eth1) entered forwarding state
[   17.740000] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[   18.720000] eth0: link up (1000Mbps/Full duplex)
[   18.730000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   19.730000] br-lan: port 1(eth1) entered forwarding state
[   34.100000] eth0: link down
[   34.110000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   35.730000] eth0: link up (1000Mbps/Full duplex)
[   35.740000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   49.290000] eth0: link down
[   49.290000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   50.740000] eth0: link up (1000Mbps/Full duplex)
[   50.750000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   64.460000] eth0: link down
[   64.470000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   65.750000] eth0: link up (1000Mbps/Full duplex)
[   65.760000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   79.640000] eth0: link down
[   79.650000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   81.440000] eth0: link up (1000Mbps/Full duplex)
[   81.460000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   94.820000] eth0: link down
[   94.830000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   96.450000] eth0: link up (1000Mbps/Full duplex)
[   96.460000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  109.990000] eth0: link down
[  110.000000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  111.460000] eth0: link up (1000Mbps/Full duplex)
[  111.470000] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  125.180000] eth0: link down
[  125.180000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready

*EDIT* (was awfully tired...)
Let me finish by telling you that, taking this configuration and just changing the wan mode to dhcp and connecting the wan port again to my old router lan port, I then can get a wan ip address and the router itself can ping public IP's but still I cannot browse the web from the lan.
But I'm sure that should be fairly easy to fix.
So as it stands my biggest worry is still not getting a PPPoE connection on the wan when my new router is connected to the fiber ONT device. sad

And I just upgraded to the latest trunk from May 28 both the firmware and LuCI too.

All help will be greatly appreciated.

Cheers

(Last edited by john3voltas on 29 May 2014, 00:45)

I have a theory.

Can you try setting it to DHCP again, like you first configured it with DHCP - but try connecting each of the ports in turn (i.e. connect it to a LAN port on this router too) and see if it still gets a WAN IP?

Also, with the router's WAN port connected (to anything) and _no_ other ports connected (i.e. connect to it via wireless) do a

swconfig dev switch0 show

Course my guess could be wildly wrong but short of blaming your ISP I'm running out of other ideas tongue

(Last edited by qasdfdsaq on 29 May 2014, 00:59)

can you perform a reset to default settings and post the resulting network config?

qasdfdsaq & nebbia88.
Thank you both for your replies.
I was so mad about this that I didn't check the details.
So yesterday I tested the PPPoE connection on a Windows 7 PC. Simply connected the PC to the ONT lan port and configured the PPPoE on Win 7.
To my surprise it didn't work yikes
So I got suspicious of the username and/or password but those work perfectly on my old router.
I'm going to ask the ISP to change my password again.
Sorry folks.
Hopefully after changing password this will work properly.
Thanks in advanve

I don't think it's password related, the logs show "Timeout waiting for PADO packets". This is a response packet that should occur before any username/password gets sent.

qasdfdsaq wrote:

I don't think it's password related, the logs show "Timeout waiting for PADO packets". This is a response packet that should occur before any username/password gets sent.

I agree. It does look more like VLAN tag missing.

@john3voltas

"Timeout waiting for PADO packets" implies that are no response from the network to the packets from PPPoE.

is the provider just for internet ? or it will sell voip/iptv too ? if voip/iptv is an option the use of VLANs in the config is very probable.

Well, this ISP has 3 play plans but I only have Internet + IP phone over FTTH.
It still uses VLANs for separating Internet from the SIP connection.
Do you think all traffic on the ONT port needs to be tagged? I thought that Internet traffic would be untagged whereas IPTV and SIP would be tagged.
That would allow me to plug the router to the ONT and at least Internet should work right away without VLAN configuration, right?

I found this:
http://www.bichano.org/projects/meo-3pl … -firewall:
It's all in Portuguese but I'll make a quick and dirty translation:

===========

http://www.bichano.org/_/rsrc/1332369746745/projects/meo-3play-info-pt/openwrt_meo_vlan2.jpg

The ONT connects to port 1 (vlan's 10 and 12 both tagged).
The Thomson TG784 connects to TP-link porta 2 (vlan 12 tagged).
note, here the Thomson TG784 is kept just for "SIP to POTS" IP phone connection. Otherwise it wouldn't even be needed.

In this case it's the Openwrt itself that establishes the PPPoE connection. For this we need to add the CPU to VLAN 10 tagged or untagged. Doesn't matter which you choose.

So, this way we have IPTV and IP phone working. We're only missing PPPoE configuration:

On the WAN interface we need to change the protocol to PPPoE using the username/password that by now you should have already asked to the ISP support team.
http://www.bichano.org/_/rsrc/1332361649355/projects/meo-3play-info-pt/openwrt_meo_pppoe.jpg

And change the PPPoE interface to VLAN 10.

http://www.bichano.org/_/rsrc/1332361699807/projects/meo-3play-info-pt/openwrt_meo_pppoe2.jpg

From hereon the OpenWRT router can acquire an external IP address and has Internet access.
You'll just need to configure the Firewall and allow routing/NAT.

This configuration is ideal for anybody that doesn't trust the Thomson TG784 and wants an external IP directly on the the OpenWRT router.

===========

For the record, I can understand the guide but LuCI from the guide is a 10.0 whereas the LuCI that my router runs is a trunk version which looks similar but not exactly the same.
Based on the screenshots and on the explanation, could someone please post a couple of printscreens of the trunk LuCI with this configuration? Please?

(Last edited by john3voltas on 2 Jun 2014, 21:34)

Is that guide for the same ISP as yours? If so then you need tagging.

The discussion might have continued from here.