Problem internet with adsl router 4a gigabite

hi every one
i have a router shiaomi 4a gigabite with open wrt
But it has many problem , speed internet is very weak
in the diagnatistic when i do ping , it say bad address

Use ssh to connect to the device.

Please run the following commands (copy-paste the whole block) and paste the output here, using the "Preformatted text </> " button:
grafik
Remember to redact passwords, MAC addresses and any public IP addresses you may have

ubus call system board; \
uci export network; uci export dhcp; uci export firewall; \
head -n -0 /etc/firewall.user; \
ip -4 addr ; ip -4 ro li tab all ; ip -4 ru; \
ls -l  /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; head -n -0 /etc/resolv.* /tmp/resolv.* /tmp/resolv.*/* ; \
ping -c 5 8.8.8.8 ; ping -c 5 www.google.com
1 Like

hi , this problem solved by change ip router that was same modem , both device (router and modem )their ip address was 192.168.1.1

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.