PDA

View Full Version : Need help configuring iptables



BlueTemplar
December 6th, 2010, 10:51 PM
I'm writing


sudo iptables -t nat -A OUTPUT -p tcp -m tcp --dport 1935 -j DNAT --to-destination localhost:8080

as the rtmp2rtmpt readme tells me, but then when I do

sudo iptables -L
nothing has changed... and the proxy doesn't work obviously. Please help!