QuickTime

John Dalbec jdalbec@cboss.com
Thu, 18 Oct 2001 00:35:52 -0400


Without ip_nat_raudio/ip_conntrack_raudio, QuickTime streaming doesn't work.  
I have one principal QuickTime host, so I guess I could:
iptables -t nat -A PREROUTING -p UDP --dport 6970:6973 -i eth1 -j DNAT \
--to=<host>
Is anyone else handling the problem this way?
Thanks,
John