OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Frederick Bruckman (fredbimmanent.net)
Date: Sun Jul 22 2001 - 20:04:14 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Sun, 22 Jul 2001, Sam Carleton wrote:

    > rdr iy0 0.0.0.0/32 port 22 -> 192.168.0.5 port 22
    > rdr iy0 0.0.0.0/32 port 25 -> 192.168.0.5 port 25
    > rdr iy0 0.0.0.0/32 port 80 -> 192.168.0.5 port 80
    > rdr iy0 0.0.0.0/32 port 443 -> 192.168.0.5 port 443

    Try 0/0, instead of 0/32. 0/0 matches everything, whereas 0/32 matches
    only 0.0.0.0 exactly.

    Frederick