The DNAT rule is incorrect as I don't see a destination in the DNAT. I assume ROME is the computer on the LAN that is running utorrent.
Should be like this:
Source: ANY Service: Torrent Destination: External Address Change Destination to: ROME
Packet filter 9 looks correct however rule 10 is unnecessary. Also make sure you are allowing traffic with source of ROME and destination ANY or Internet for either specifically the torrent service or ANY service.
Also for udp the source should be 1:65535, and the exception for flood protection won't work because the traffic is not coming from the external interface. I would also recommend as best practice to not bind definitions to specific interfaces, unless for a very specific reason because if done incorrectly could cause problems.
The DNAT rule is incorrect as I don't see a destination in the DNAT. I assume ROME is the computer on the LAN that is running utorrent.
Should be like this:
Source: ANY Service: Torrent Destination: External Address Change Destination to: ROME
Packet filter 9 looks correct however rule 10 is unnecessary. Also make sure you are allowing traffic with source of ROME and destination ANY or Internet for either specifically the torrent service or ANY service.
Also for udp the source should be 1:65535, and the exception for flood protection won't work because the traffic is not coming from the external interface. I would also recommend as best practice to not bind definitions to specific interfaces, unless for a very specific reason because if done incorrectly could cause problems.