From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rob Sterenborg" Subject: RE: open ports Date: Sun, 16 May 2004 12:03:47 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <20040516100347.AEFD290A7@sterenborg.info> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org > i m also doing so but there is the problem of some programs > that some times use dynamic ports like msn messenger uses > dynamic ports for file transfer through it (i think so if it > is wrong then tell me please) ad where the log will go and > can i specify any file instead of the one default AFAIK MSN likes to connect to port 1863/tcp by default (it does here) and if that failes it will try to connect to some servers on port 80/tcp. So, if you ACCEPT connections for both ports 80/tcp and 1863/tcp you should be fine. Although some MSN functions like file-transfer might not work. Gr, Rob