fabianishere / udm-iptv

Helper tool for configuring routed IPTV on the UniFi Dream Machine (Pro)
GNU General Public License v2.0
428 stars 67 forks source link

UDM Pro Max Not able to select WAN Port in Setup #335

Closed apple-kevin closed 3 months ago

apple-kevin commented 4 months ago

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).

306396449-1de94d0e-a888-4169-bbb8-4294a38e13ef

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)

Scherm­afbeelding 2024-07-20 om 21 23 32

Expected Behavior

can this be solved?

erikpost commented 4 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?

apple-kevin commented 4 months ago

@erikpost Yes of course: board.shortname=UDMPROMAX

erikpost commented 4 months ago

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.

apple-kevin commented 1 month ago

@fabianishere can you put a update? (3.0.6) Its stil not working 3.0.5 is still the latest update. (from May)