Skip to content

Solcon IPTV not working #6

Answered by JHAvB
JHAvB asked this question in Q&A
Oct 13, 2021 · 0 comments · 11 replies
Discussion options

You must be logged in to vote

Conclusion for Solcon:

vim 15-iptv.sh

IPTV_WAN_INTERFACE="eth4"
IPTV_WAN_RANGES="213.75.0.0/16 217.166.0.0/16"
IPTV_WAN_VLAN="188"
IPTV_WAN_DHCP_OPTIONS="-O staticroutes -V IPTV_RG"
IPTV_LAN_INTERFACES="br50"

if podman container exists iptv; then
podman rm -f iptv
fi
podman run --network=host --privileged
--name iptv -i -d --restart on-failure:5
-e IPTV_WAN_INTERFACE="$IPTV_WAN_INTERFACE"
-e IPTV_WAN_RANGES="$IPTV_WAN_RANGES"
-e IPTV_WAN_VLAN="$IPTV_WAN_VLAN"
-e IPTV_WAN_DHCP_OPTIONS="$IPTV_WAN_DHCP_OPTIONS"
-e IPTV_LAN_INTERFACES="$IPTV_LAN_INTERFACES"
-e IPTV_LAN_RANGES="192.168.50.0/24"
fabianishere/udm-iptv -d -v

Replies: 0 comments 11 replies

Comment options

You must be logged in to vote
8 replies
@fabianishere
Comment options

@JHAvB
Comment options

@fabianishere
Comment options

@fabianishere
Comment options

@JHAvB
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by JHAvB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants