Try this - it works for me.
Find out your current internet address (numeric) and then execute this on the command line (as root)......
iptables -t nat -I PREROUTING -p tcp --dport 6881:6889 -j DNAT --to- [your current numeric internet address]
HTH
Dutch3