Intrusion detection

Is it possible to add some intrusion exclusions?

I have following problem:
JDownloader have a JDRemote Plugin, this is a simple Webserver.

On my Android phone i have build a app who sends HTT Posts to the JDRemote Plugin over internet on port 10025.
After some posts, JDownloader runs in a loop because the connection is disconnect again and again.

Without Comodo installed, there is no problem.
In the log i see a intrusion detection on the port 10025 (this is the port i use) !

So it seems Comodo detects this as intrusion !?

How can i solve this problem?

You probably ran the Stealth Ports Wizard to block all incoming connections. You will have to open a port in Global Rules. Also make JDownloader Trusted Application for the firewall; that’s easiest for now, you can tighten that rule later if you like.

Read the following tutorial I made. Substitute the port numbers and protocol for your situation.

To open the port TCP 1723 for example

First step is to determine the MAC or Physical address of you network connector. Go to Start → Run → cmd → enter → a black box will show up and enter the following → ipconfig /all (notice the space before /all) → enter → now look up the Physical address and write it down.

Notice that Physical address = MAC address

Firewall → Advanced → Network Security policy → Global Rules → Add → fill in the following:
Action: Allow
Protocol: TCP
Direction: In
Description: Incoming Port

Source address: Any
Destination Address: Choose MAC address and fill in the found MAC/Physical address
Source Port: Any
Destination Port: 1723

Then push Apply → Now make sure that the new rule is somewhere above the basic block rule(s) as the bottom (the block rules have red icons); you can drag and drop the rules → Ok.