There's  two ways of doing it simply

If your using a firewall you can use DNAT or another simpler way is to
use the redirect function in xinetd, something like below


service ipnode
{
        disable = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/sbin/telnetd
        redirect        = 44.131.90.2 3694
        server_args     = -a none
        log_on_failure  += USERID
}


you'll need to change the server and change the service name..
MAKE SURE it matches the service name in /etc/services


HTH
Richard

On Thu, 2003-10-30 at 20:21, Albert Whale wrote:
> Does anyone have a simple approach to forward the 443 port to an 
> internal machine?
-- 
Richard Bown <[EMAIL PROTECTED]>


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to