My net infracstructure is composed by a client(me) connected to a root via wireless. Iḿ trying to get a HIghid.
i open the ports with
/sbin/iptables -I INPUT -p udp --destination-port 4665:4665 -j ACCEPT
/sbin/iptables -I INPUT -p tcp --destination-port 4662:4662 -j ACCEPT
/sbin/iptables -I INPUT -p udp --destination-port 4672:4672 -j ACCEPT
and as for as i know i hve to do the forwarding (?) Don't know how?
i want to forwarding the packets to my ip. But i think i have a fake class A one. It's always different depending my accessing point. Now my ip is 10.0.0.5.
need help
please

My distro is Fedora 11