Linux Netfilter discussions
 help / color / mirror / Atom feed
* Problem seperating FTP & ms-streaming traffic
@ 2004-03-14 21:49 Bo Jacobsen
  2004-03-14 22:21 ` Antony Stone
  0 siblings, 1 reply; 5+ messages in thread
From: Bo Jacobsen @ 2004-03-14 21:49 UTC (permalink / raw)
  To: netfilter

I have a problem allowing forwarding of passive internal ftp traffic and, at the
same time disallowing ms-streaming (port 1755).

Whenever I allow the passive ftp, it also allows ms-streaming going through.

My rules are:

iptables -A FORWARD -m state --state NEW,ESTABLISHED -s local_lan --sport highports --dport ftp -j ACCEPT
iptables -A FORWARD -m state --state ESTABLISHED,RELATED -s local_lan --sport highports --dport highports -j ACCEPT

ms-streaming is a highport (1024:) but as there are no NEW in the second rule, it should
not apply to new ms-streaming connections.


Any idears 

Bo Jacobsen




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-15  7:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-14 21:49 Problem seperating FTP & ms-streaming traffic Bo Jacobsen
2004-03-14 22:21 ` Antony Stone
2004-03-15  0:57   ` Bo Jacobsen
2004-03-15  1:05     ` forum
2004-03-15  7:26     ` Antony Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox