[Shorewall-users] Redirect/forwarding of multicast requests

2012-12-06 Thread Dr. Harry Knitter
Hello, I have the folowing problem: My TV is attached to a debian (squeeze) erver running MediaTomb as DLNA server. This (gr!*) TV sends its multicast request for discovering the server not to port udp 1900 where the server is listening for those requests. 65.017066 192.168.178.24 -> 239.255.

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-06 Thread Tom Eastep
On 12/06/2012 03:57 AM, Dr. Harry Knitter wrote: > Hello, > > I have the folowing problem: > > My TV is attached to a debian (squeeze) erver running MediaTomb as DLNA > server. > This (gr!*) TV sends its multicast request for discovering the server not to > port udp 1900 where the server is listeni

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-06 Thread Dr. Harry Knitter
Am Donnerstag, 6. Dezember 2012 schrieb Tom Eastep: > What is the policy for connections from the firewall back to the zone > with the TV (probably $FW -> loc)? > > -Tom the TV is attached to the nic pointing to a DSL router (192.168.178.1). The policy (firewall on my server) is DROP for the net

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-06 Thread Tom Eastep
On 12/6/12 9:59 AM, "Dr. Harry Knitter" wrote: >Am Donnerstag, 6. Dezember 2012 schrieb Tom Eastep: >> What is the policy for connections from the firewall back to the zone >> with the TV (probably $FW -> loc)? >> >> -Tom > >the TV is attached to the nic pointing to a DSL router (192.168.178.1).

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-06 Thread Dr. Harry Knitter
Am Donnerstag, 6. Dezember 2012 schrieb Tom Eastep: > > Try adding these rules: > > REDIRECT zone-of-the-tv:address-of-the-tv 1900 > udp port-tv-is-sending-to > ACCEPT $FW > zone-of-the-tv:address-of-the-tv udp > > -Tom > You do not need a parachute to skydive. You onl

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-07 Thread Tom Eastep
On 12/06/2012 11:16 PM, Dr. Harry Knitter wrote: > Am Donnerstag, 6. Dezember 2012 schrieb Tom Eastep: >> >> Try adding these rules: >> >> REDIRECT zone-of-the-tv:address-of-the-tv 1900 >> udp port-tv-is-sending-to >> ACCEPT $FW >> zone-of-the-tv:address-of-the-tv udp >> >

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-07 Thread Dr. Harry Knitter
Am Freitag, 7. Dezember 2012 schrieb Tom Eastep: > On 12/06/2012 11:16 PM, Dr. Harry Knitter wrote: > > Am Donnerstag, 6. Dezember 2012 schrieb Tom Eastep: > >> Try adding these rules: > >> > >> REDIRECT zone-of-the-tv:address-of-the-tv 1900 > >> > >> udp port-tv-is-sending-to > >>

Re: [Shorewall-users] Redirect/forwarding of multicast requests

2012-12-08 Thread Tom Eastep
On 12/07/2012 11:49 PM, Dr. Harry Knitter wrote: > > What I have done since my last posting: > I opened the udp ports the tv is sending to (32410 and 32414) and the ports > the server is listening on exept the port for localhost (i.e. tcp 49152 and > udp 1900) and get the server connected. Howeve