Closed apple-kevin closed 3 months ago
@apple-kevin this is probably caused because the shortname of the UDM Pro Max is not recognized by the script, and therefore the script cannot configure the options for available WAN interfaces. Can you post the value of board.shortname
as listed in /etc/board.info
on the device?
@erikpost Yes of course: board.shortname=UDMPROMAX
Thanks. I have created a pull request that adds support for the UDM Pro Max. Hopefully @fabianishere can merge this and release a new version shortly and then WAN selection should work on the UDM Pro Max.
@fabianishere can you put a update? (3.0.6) Its stil not working 3.0.5 is still the latest update. (from May)
What is your ISP? (if relevant)
KPN
Diagnostic Information
root@Dream-Machine-Pro-Max:~# 8]: src addr = 10.15.12.1 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: received interface 15 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: WARNING[mcast_recv_igmp@753]: Don't exist this VIF 15 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: DEBUG[main@653]: Data arrive Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: DEBUG[mcast_recv_igmp@748]: src addr = 10.15.12.1 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: received interface 15 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: WARNING[mcast_recv_igmp@753]: Don't exist this VIF 15 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: DEBUG[main@653]: Data arrive Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: DEBUG[mcast_recv_igmp@748]: src addr = 10.60.184.27 Jul 20 21:10:33 Dream-Machine-Pro-Max udm-iptvd[98445]: received interface 91
Describe the Bug
Normally during setup you will be asked whether you are using WAN 1 (RJ45) or WAN 2 (SFP).
I get this question on my UDM SE but NOT on my UDM Pro Max. The rest of the setup is going well. and since I use SFP I have to choose WAN 2 (eth 9)
For now I solved it myself by changing the configuration file from (eth 8 RJ45) to (eth9 SFP)
Expected Behavior
can this be solved?