On 22/10/2007, at 12:41 AM, Arnaud Bergeron wrote:
> 2007/10/21, Damon Schultz :
Thanks for your response.
I'm aware that iTunes filters traffic outside of its subnet, I'm
thinking a pf.conf(5) rule something like
nat on enc0 inet proto udp from $subnet_A to 224/4 port = 5353 ->
$subnet_B_gateway static-port
might successfully fool iTunes into not filtering the traffic. This
wouldn't successfully route the packet, however, as my routing table
shows
224/4 127.0.0.1
which I guess means that multicasted traffic needs the assistance of
mrouted(8) or the like to find its destination. Or could I use the
route-to option in pf.conf(5) to do this without the complication of
running a multicast routing daemon, something like
pass in on enc0 route-to ( enc0 $subnet_B ) inet from $subnet_A to
224/4
I'll experiment with that a bit, but any assistance in the mean time
would be appreciated.
Regards,
Damon
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Linus Torvalds | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Eric Paris | [RFC 0/5] [TALPA] Intro to a linux interface for on access scanning |
| Ingo Molnar | Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3 |
git: | |
| Gerrit Renker | [PATCH 18/37] dccp: Support for Mandatory options |
| David Miller | [GIT]: Networking |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Andrew Morton | Re: [BUG] New Kernel Bugs |
