@daniburki das einfachste ist wenn Du das TV in Centro Grande steckst, voraus gesetzt Du hast nicht den CG im Bridge Mode.
Sonst hier die Einstellungen der FW: https://www.tuxone.ch/2012/06/pfsense-21-mit-swisscom-access.html
hier,hier
das musst Du dann ableiten auf deine Firewall Einstellungen, ob es funktioniert weiss ich nicht.
IGMP proxy
Unter Services -> IGMP Proxy werden zwei neue interfaces erstellt, ein upstream und downstream Interface:
Downstream Interface
| |
Interface | LAN |
Description | SwisscomTV downstream |
Type | Downstream Interface |
Threshold | 1 |
Networks | Lokales Netzwerk, in dem die Swisscom TV Box drin ist (z.B. 10.1.1.0/24) |
Upstream Interface
| |
Interface | WAN |
Description | SwisscomTV upstream |
Type | Upstream Interface |
Threshold | 1 |
Networks | 224.0.0.0/4 213.3.72.0/24 195.186.0.0/16 |
Firewall
Nachfolgend müssen noch einige Firewall-Regeln gemacht werden.
Damit Swisscom TV funktioniert muss man ausgehend Multicast erlauben. Am einfachsten geht dies, wenn man bei der Regel welche ausgehenden IPv4 Verkehr erlaubt, unter Advanced Options:“This allows packets with IP options to pass. Otherwise they are blocked by default. This is usually only seen with multicast traffic.”, markiert.
Interface: LAN
| |
Action | Pass |
Interface | LAN |
Address Famiy | IPv4 |
Protocol | any |
Source | LAN net |
Destination | any |
Description | Default allow LAN to any rule |
Advanced Options | [X] Allow IP options |
Interface: WAN
| |
Action | Pass |
Interface | WAN |
Address Famiy | IPv4 |
Protocol | IGMP |
Source | any |
Destination | any |
Description | IGMP (Swisscom TV) |
Advanced Options | [X] Allow IP options |
| |
Action | Pass |
Interface | WAN |
Address Famiy | IPv4 |
Protocol | UDP |
Source | 224.0.0.0/4 213.3.72.0/24 |
Destination | 224.0.0.0/4 213.3.72.0/24 |
Description | Multicast (Swisscom TV) |
Advanced Options | [X] Allow IP options |
| |
Action | Pass |
Interface | WAN |
Address Famiy | IPv4 |
Protocol | UDP |
Source | 195.186.0.0/16 |
Destination | any |
Description | UDP Swisscom infrastructure (SwisscomTV) |
@Tux0ne könntest Du bitte mal weiterhelfen Danke.