View Single Post
  #3  
Old 03-29-2013, 11:39 AM
Mick Mick is offline
Junior Member
 
Join Date: Nov 2010
Posts: 17
Mick is on a distinguished road
Default

Re: Cannot capture ITV streams


Thanks!

It seems that my iptables redirect command no longer works.

I recall that some versions ago the iptables rules changed and it no longer accepts the redirect rule:
Code:
# iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
# /sbin/iptables -L -v -n | grep 1935
#
It doesn't complain either to let me know that something is amiss. Any idea what syntax I should use?
Reply With Quote