Re: iptables rtsp port forwarding

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi, 
try this 

iptables -t nat -A PREROUTING -s any/0 -d
your_static_ip_addrese -p tcp --dport 554 -j DNAT
--to-destination host_ip_in_internal_network:554

Regards

PS: I am not sure about this rtsp protocol, how
iptables "see" it. Maybe someone else know more



--- sundar <sundar@xxxxxxxxxxxx> wrote:

> Hi,
> 
> I am new to Linux IPTABLES.
> 
> I have a windows box ( for Windows Streaming Media
> Server) behind the
> firewall (Iptables). I would like to redirect the
> external calls to my
> windows box for streaming video. But i am not able
> to configure it since my
> player says "your server may not support rtsp
> protocol"
> 
> iptables -t nat -A PREROUTING -i xx.252.1225.27 -p
> tcp --dport 554 -j DNAT
> --to-dest 192.168.1.200:554
> 
> 
> please help me in resolve this issue
> 
> thanks & regards
> sundar
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam
protection around 
http://mail.yahoo.com 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux