After carefully reading all the related threads and carefully configuring my router, DNAT is still not funtioning. In this example:
I've setup a Service def for Bit Torrent:
BitTorrent tcp 1024:65535 6881:6889
I've setup a host in net defs:
HOST_jony 192.168.1.50 255.255.255.255
I've setup DNAT like this:
BTforJON Any -> DSL_Interface__ / BitTorrent None HOST_jony
Mangle_LAN Internal_Network__ -> All / All MASQ__DSL None
And packet filter like so:
1 Internal_Network__ Any Any Allow
2 DSL_Interface__ BitTorrent HOST_jony Allow
3 Any BitTorrent DSL_Interface__ Allow
4 Any Any Any Allow
BitTorrent still does not recieve any incoming connections. Did I set this up right, and are there any other relevant settiings?
This thread was automatically locked due to age.