Technical Question About Ip Forwarding

DraconisDraconis Join Date: 2003-02-18 Member: 13722Members, Reinforced - Onos
All right the 1000$ question is: can you IP forward packets to an Unix/Linux system which you dont have the root access?

Any help would be <i>greatly</i> appreciated!

Comments

  • ElvenThiefElvenThief aka Elven Thief (ex. NS Programmer) Join Date: 2002-11-15 Member: 8754Members, Retired Developer, NS1 Playtester, Constellation
    edited June 2004
    You'll have to have access to the iptables program/command. Doubtful you can get to it without root as iptables just manipulates kernel information.
  • Dorian_GrayDorian_Gray Join Date: 2004-02-15 Member: 26581Members, Constellation
    edited June 2004
    <!--QuoteBegin-Draconis+Jun 22 2004, 03:43 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Draconis @ Jun 22 2004, 03:43 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> All right the 1000$ question is: can you IP forward packets to an Unix/Linux system which you dont have the root access?

    Any help would be <i>greatly</i> appreciated!

    <!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
    <b>To</b> a machine? You can forward packets to anything. Hell if you stuck an ethernet cable in a cat you could forward packets to it (not that it would do much good however). You can easily forward the packets _to_ the machine, but to have the machine do the forwarding you need iptables and root.
  • DraconisDraconis Join Date: 2003-02-18 Member: 13722Members, Reinforced - Onos
    <!--QuoteBegin-E-Th33ph+Jun 23 2004, 01:28 AM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (E-Th33ph @ Jun 23 2004, 01:28 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> You'll have to have access to the iptables program/command. Doubtful you can get to it without root as iptables just manipulates kernel information. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
    Yup, i arrived at the same conclusion today. Thanks for the help <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
Sign In or Register to comment.