OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: vogthansenet.com
Date: Tue Oct 02 2001 - 08:05:31 CDT

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

    > # iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 5500 \
    > -j DNAT --to-dest 192.168.0.11
    >
    > it goes through without any errors, but when i try to connect
    > to the service
    > usign my external ip it says Host Refused connection. i also
    > tried port
    > scanning for this port, and it doesnt find it. Please help me
    > solve this ASAP.

    remember that the packet will still traverse the normal chains (especially
    FORWARD), so you have to make sure it isn't rejected there.