Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add profile for PostTV (LU) #107

Merged
merged 1 commit into from
Apr 12, 2022
Merged

Add profile for PostTV (LU) #107

merged 1 commit into from
Apr 12, 2022

Conversation

fabianishere
Copy link
Owner

This change adds a new profile for the IPTV provider PostTV from
Luxembourg. This provider requires additional firewall configuration.

See #86 (comment)
for more information.

@fabianishere fabianishere added the kind/feature New feature or request label Apr 12, 2022
This change adds a new profile for the IPTV provider PostTV from
Luxembourg. This provider requires additional firewall configuration.

See #86 (comment)
for more information.
@horolux
Copy link

horolux commented Apr 13, 2022

Hi, It seems that you've used 10.20.30.40 as static IP for the profile. It must be exactly 10.10.10.10 for the static IP used for the non PPPoE device (here eth8.35). Maybe I've interpreted it wrong ;-) here in the code snippets

@fabianishere
Copy link
Owner Author

You can test it by changing it in /usr/lib/udm-iptv/profiles/posttv.profile and re-running the configuration.

@horolux
Copy link

horolux commented Apr 13, 2022

Ok, I'll try it as is, and if it's not working I'll try it with the change and let you know in order to modify the profile ;-)

@horolux
Copy link

horolux commented Apr 13, 2022

Oh, I see that there is something wrong: you're setting eth8 to 10.20.30. but it must be eth8.35 which needs to be set to the static IP address 10.10.10.10 NOT eth8 as eth8 is PPPoE and the IPTV request here has to be done without the PPPoE tag, that's why we figured out together that eth8.35 must be used (it's always 35 for PostTV).

@fabianishere
Copy link
Owner Author

@horolux Could you also try changing the following in /usr/lib/udm-iptv/profiles/posttv.profile:

- db_set udm-iptv/wan-interface "$RET"
+ db_set udm-iptv/wan-interface "$RET.35"

@horolux
Copy link

horolux commented Apr 13, 2022

Hi, seems to work with these 2 modifications.

So there is a modification need for the profile to change the static IP to 10.10.10.10/24 and $RET to $RET.35

Also, the table on the mainpage shall point to an description concerning the needed FW rule to add in order to get it working.
The description is in the discussion concerning this topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants