> You also need forward statment > > iptables -A FORWARD -d 110.20.30.15 -p tcp --dport 2289 -j > ACCEPT would my server need to be in that forwarding statement? iptables -A FORWARD -d 80.1.1.1 -p tcp --dport 3389 -j ACCEPT because i want to allow only this address 80.1.1.1 access to this port. > also in case it matters to you, you misspelled iptables > below. it was just a typeo