aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: How i configure iptables to receive a Highid  (Read 2032 times)

Cherokee

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
How i configure iptables to receive a Highid
« 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
« Last Edit: July 05, 2009, 03:26:30 PM by Cherokee »
Logged

^marcell^

  • Developer
  • Hero Member
  • *****
  • Karma: 28
  • Offline Offline
  • Posts: 524
Re: How i configure iptables to receive a Highid
« Reply #1 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.
Logged