aMule Forum

English => aMule Help => Topic started by: Cherokee on July 04, 2009, 05:38:56 PM

Title: How i configure iptables to receive a Highid
Post by: Cherokee on July 04, 2009, 05:38:56 PM
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
Title: Re: How i configure iptables to receive a Highid
Post by: ^marcell^ on July 05, 2009, 12:39:34 AM
Where do you want to forward packets to?

Please describe in more details what your network infrastructure looks like and what you are trying to accomplish.