Hi everybody!
I'm using a Torrent Client called microTorrent (very nice and slim by the way). But the thing is that had to make port forwarding lines within my iptables firewall to use it on a machine inside my network.
I'd like you guys to help me ou wit this one.
Here are the lines:
Code:
/sbin/iptables -A FORWARD -p tcp --dport ("port") -j ACCEPT
/sbin/iptables -t nat -A PREROUTING -i $wanic -p tcp --dport ("port") -j DNAT --to ("ip_address:port")
Here is the response from microTorrent:
Unable to map UPnP port to "ip_address_inside_lan

ort"
What is wrong with this?
Indeed, if I make a port check from the Internet to the "port". It appears Stealthed...
Thanks!!!