Dear all
I have UDPXY working now. See below my settings if you come through google [1].
There is a last aspect I have to solve about the playlists. Maybe someone could give me a helping hand?
What works:
I can open streams by having http://<ip address of proxy interface>:<port>/udp/<destination stream address>:<port>.
Problem:
The IPTV provider has playlists to open channels. Those playlists cannot be edited on devices (apple tv) or apps.
Every channel has <destination stream address>:<port>.
Question:
I would need to find a way to pass the requests on that particular port through udpxy.
With Sophos UTM 9x, how can I have the UDP Proxy transparent? .. I was playing around with NAT but with no luck so far.
Kind regards
N3
[1] Settings/ Procedure
- Upload udpxy binary /usr/local/bin on your sophos
- start with udpxy -a eth0 -p 5000 -m eth1 -T -vvvv -c 100, where ETH0 is your LAN interface, ETH1 your WAN interface
- create a new network definition on sophos. "My Multicast", Type: Multicast Group, IP 239.0.0.0 (change this to your providers information), Netmask /8
- create a new service definition on sophos. "Streaming Port", Definition: TCP/UDP, Destination Port: 5000 (change this to your providers requirements),
- create a new FW rule for the stream: Source: any ipv4, Service: "Streaming Port", Destination: "My Multicast"
- create a new FW rule for the stream: Source: internal lan, Service: "Streaming port", destination: Any
- create another FW rule - this is for udpxy: Source: internal network, Service: any, destination: internal adress (or the address of your proxy interfaces local addresss)