project-navigation
Personal tools

Author Topic: Redirecting ports - problem.  (Read 2459 times)

123tomek

  • Guest
Redirecting ports - problem.
« on: March 26, 2006, 03:57:47 pm »
Helo
I redirected port 27910 in my firewall to my local computer (after NAT) but my friend can't connect to me.

iptables -I PREROUTING -t nat -i eth1 -p tcp -d 213.76.138.10 --dport 27910 -j DNAT --to-destination 192.168.0.41:27910

What is wrong or what is missing? Maybe I need some more ports to redirect?

Tomek