Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@maggi373
Last active October 31, 2023 14:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maggi373/66e1175bf37198ba9b9d28439b72ca79 to your computer and use it in GitHub Desktop.
Save maggi373/66e1175bf37198ba9b9d28439b72ca79 to your computer and use it in GitHub Desktop.
[Guide] How to setup pfsense with Telenor Internet and Telenor IPTV

[Guide] How to setup pfsense with Telenor Internet and Telenor IPTV

What is working

NOTE: I am nolonger using iptv and cant guarantee it will work, still have telenor internet however.

IPTV ✔️

Ukesarkiv ✔️

Start Forfra ✔️

TV guide ✔️

Radio ✔️

[Telenor Internet]

Alt text

IPv4

Go to your Telenor router's webpage and find your hostname, often ends on bb.online.no

Alt text

IPv6

Alt text

[Telenor IPTV]

IGMP Proxy

192.168.2.0/24 is local network in this case

Alt text

LAN Rules

Alt text

IP Options

Rules with the gear icon next to it have the ip options on.

Alt text

WAN Rules

While wan rules should not need ip options enabled, i have them on regardless. Also Telenor IPTV only uses Local subnetwork and GLOP addressing ranges in the multicast range, so you can restrict it more if wanted

Alt text

Remember that IPTV uses private networks and you need to disable block private networks and loopback addresses in the interface section for wan

Alt text

STUFF TO REMEMBER

Older network equipment like Telenor's P8702N does not support IGMPv3 and neither does it's snooping function. If the device don't support IGMPv3, disable its IGMP service and yes your network will be flooded with multicast traffic.

Only use quality NICS (Network cards) for IPTV like Intel. Even Intel nics onboard motherboard can cause troubles for the stream. I use an Original (not fake) Intel i350-T4v2. Bad NICS can cause the following from my experience: Stuttering, Artifacts, disconnects after a while and so fourth.

Dont run NAT or other between PFSENSE and the reciever this will also cause instability. So only run equipment in bridge mode or similar. VLAN are fine if setup correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment