Results 1 to 3 of 3

Thread: Pass traffic from port 27960(on pc) to 5190(on router) by firestarter

  1. #1

    Question Pass traffic from port 27960(on pc) to 5190(on router) by firestarter

    Um....
    Well......
    as the title suggests
    (im not sure if this is the right section )

  2. #2
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,790

    Re: Pass traffic from port 27960(on pc) to 5190(on router) by firestarter

    Use the iptables redirect feature.

    /sbin/iptables -t nat -I PREROUTING -p tcp --dport 27960 -j REDIRECT --to-port 5190


    Cheers,

    Herman

  3. #3

    Re: Pass traffic from port 27960(on pc) to 5190(on router) by firestarter

    Quote Originally Posted by HermanAB View Post
    Use the iptables redirect feature.

    /sbin/iptables -t nat -I PREROUTING -p tcp --dport 27960 -j REDIRECT --to-port 5190


    Cheers,

    Herman
    but will i have to do it everytime my computer restarts or my router?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •