OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Clément Lasserre (classerrelynx-technologies.com)
Date: Tue Oct 02 2001 - 04:25:02 CDT

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

    Hi,

    Did you add a rule that allows packets to be forwarded ?
    i.e something like :
    # iptables -A FORWARD -p tcp -i ppp0 --dport 550 -d 192.168.0.11 -j ACCEPT
    Bye.

    > hi, i just set up ip masquerading, so im usign
    > my linux box as my router. I have an internal
    > box running a service that i need to make
    > available to the outside.
    > the port is 5500 and the internal ip of the
    > box is 192.168.0.11, heres what i tried:
    >
    > # iptables -t nat -A PREROUTING -i ppp0 -p tcp --dport 5500 \
    > -j DNAT --to-dest 192.168.0.11