Hi,
yesterday I received my GL-MT6000 router and bought it because it also comes with openWRT. But so far I have really wired issues.
But at first I would like to descrive me home network. Nothing special. In the basement is my provider Router with the IP 192.168.1.1. In the first level I have a TP-Link with the IP 192.168.1.2 and DNS and Gateway 192.168.1.1.
In my level I want to use it with the IP 192.168.1.3 and there are my issues.
-
After changing my routers IP to 192.168.1.3 at first I was not able to login to openWRT anymore. I just wouldn't accept my password, but failed on wrong ones. This, I don't solve, seems to have solved by waiting.
-
My bigger issue is that I cannot connect the GL-MT6000 to access the internet. When I go to OpenWRT and change Gateway and DNS:
# /etc/config/dhcp
<del>uci del dhcp.lan.**ignore**</del>
<del>uci del dhcp.lan.**ra**</del>
<del>uci del dhcp.lan.**ra_slaac**</del>
<del>uci del dhcp.lan.**dhcpv6**</del>
<ins>uci add_list dhcp.lan.ra_flags=**'none'**</ins>
<del>uci del dhcp.lan.**ra_flags**</del>
<ins>uci add_list dhcp.lan.ra_flags=**'none'**</ins>
##### # /etc/config/network
<ins>uci add_list network.lan.dns=**'8.8.8.8'**</ins>
<ins>uci add_list network.lan.dns=**'192.168.1.1'**</ins>
<ins>uci set network.lan.gateway=**'192.168.1.1'**</ins>
I see at first that it is trying remove more settings that I thought I changed. Secondly, after saying applying, the new changes just disappear and the router still cannot ping 8.8.8.8.
I am on firmware 4.6.2.
Can aynone give me a hint what I am doing wrong?
Thanks
Stephan