I updated my router from lede 17.0.1 to openwrt 23.05.5. Unfortunatelly I was not able to save any config file and package list. Now the router is updated but lost all the setting and no there is no more 4g modem. I need to set 4g modem, any help where to start? I'm very newbie. thanks in advance
at the moment I can see just 3 interfaces:
lan
wan
wan6
and 7 devices:
br-lan
eth0
lan1
lan2
lan2
lan4
wan
thanks a lot. I'll try to follow the guide. As far I can remember there was also a setting based on "mwan3" package on the original setup. Do you think the suggested guide can cover my double modem router? thanks
Multiple wans is a separate issue. Get a single wan with one modem working first. Then you can install mwan3 and set it up.
If you saved your old config you can open it (it is a tar archive) and examine the settings inside for guidance to rebuild the configuration. I don't think that mwan3 has changed much, though LTE certainly has.
root@OpenWrt:~# ping -I wwan0 8.8.8.8 -c 10
PING 8.8.8.8 (8.8.8.8): 56 data bytes
64 bytes from 8.8.8.8: seq=0 ttl=119 time=272.288 ms
64 bytes from 8.8.8.8: seq=1 ttl=119 time=78.844 ms
64 bytes from 8.8.8.8: seq=2 ttl=119 time=79.460 ms
64 bytes from 8.8.8.8: seq=3 ttl=119 time=78.053 ms
64 bytes from 8.8.8.8: seq=4 ttl=119 time=75.819 ms
64 bytes from 8.8.8.8: seq=5 ttl=119 time=66.519 ms
64 bytes from 8.8.8.8: seq=6 ttl=119 time=75.123 ms
64 bytes from 8.8.8.8: seq=7 ttl=119 time=67.726 ms
64 bytes from 8.8.8.8: seq=8 ttl=119 time=74.384 ms
64 bytes from 8.8.8.8: seq=9 ttl=119 time=66.078 ms
--- 8.8.8.8 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max = 66.078/93.429/272.288 ms
IT WORKS!
thanks a lot for your assistance. Now I have to share internet to wifi and ethernet ports. There is a guide somewhere?