Network Diagnostics in Client Mode?

Hi,

i installed my LEDE-Router in "Client Mode" as described in the Quick Start Guide and connected it through one of the LAN ports to my main router.

Everything works as expected, except the "Network Diagnostics" and downloading Package List and Packages through the webinterface and retrieving the Time via ntp.

Can i get this working?

It sounds like DNS is not working for your device.

Try adding the main router's IP into /etc/config/network, under the LAN device section:

option dns 192.168.1.1

Thanks, but DNS is not the problem.
The router works in client mode as WLAN repeater, including DNS.
Everything works on my laptop, i get IPs and can surf and ssh to the internet.

But i can not even ping the default gateway IP from the router itself, although it's working and set correct.

Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.178.1   0.0.0.0         UG    0      0        0 br-lan
192.168.178.0   *               255.255.255.0   U     0      0        0 br-lan

br-lan
inet addr:192.168.178.201 Bcast:192.168.178.255 Mask:255.255.255.0

root@LEDE:~# ping 192.168.178.1
PING 192.168.178.1 (192.168.178.1): 56 data bytes
^C
--- 192.168.178.1 ping statistics ---
12 packets transmitted, 0 packets received, 100% packet loss

or

root@LEDE:~# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss