I’m trying to port forward to one of my LAN machines for bittorrent. Here is how I have it set up
IP>Firewall>NAT
Chain: dstnat
protocol: TCP
port: 61234
In Interface: ether1-gateway
action: dst-nat
To Address: 192.168.2.24
To Ports: 61234
I’ve checked the bittorrent client and the network test fails that port 61234 is not open. Windows firewall is off on the LAN machine in question.
What am I missing?