The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > Security
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 11-18-2006
LivinFree's Avatar
LivinFree LivinFree is offline
Goober Extraordinaire
 

Join Date: Jul 2001
Location: Portland, OR, USA
Posts: 1,584
iptables is a firewall - it won't let you open a port below 1024 as a non-root user. You can either run it as root, run it SUID as root, or have a wrapper that opens the port as root and shovels the data back and forth.

Either way, I believe you'll need root somewhere in the equation no matter what.
Reply With Quote