Hi all.
I use skype in my network.
Due to impossibility to mark the skype traffic, I force users to use port 9999.
In my gateway I mark connections like this:
source address list=my users, source port=9999, connection=new > mark connection=skype
dest address list=my users, dest port=9999, connection=new > mark connection=skype
I observed:
- when the skype conn is esthabished, I can see the new connection in conn mark
- after 3min (udp stream timeout) this connection disappears
- in mangle the packet mark continue to work
It is evident thet the connection to the peer is a Related and the first New connection with the server was closed.
My problem is:
to allow the mangle to continue to works correctly, I need to mark also related and esthablished?
thanks