Openwall Project   /home  Owl  JtR  Pro  crypt  pam_passwdqc  tcb  phpass  scanlogd  popa3d  msulogin  /  Linux  BIND  /  advisories  presentations  /  services  donations  /  wordlists  passwords  /  community  lists  wiki  CVSweb  mirrors  signatures
bringing security into open environments
 
Order Openwall GNU/*/Linux 2.0 on a CD with delivery worldwide
[<prev] [next>] [<thread-prev] [thread-next>] [month] [year] [list]
Date: Fri, 20 May 2005 20:43:50 +0400 (MSD)
From: crocodil@...co.net
To: owl-users@...ts.openwall.com
Subject: Re: Web Server



> In other words, the students need to http to the IP of the Owl machine,
> which will direct their requests to one of the local machiensbehind it.
> These machines run Linux.

This is called 'static NAT' and is done with iptables with smth.
like this:

iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp
      -d 1.2.3.4 --dport 80 -j DNAT
      --to-destination 192.168.10.100

where 1.2.3.4 is your "real" ip address, eth0 is your external
interface and 192.168.10.100 is the machine running web server.

> J.B. Lethbridge, PhD



--
Croco

Hosted by DataForce ISP - Powered by Openwall GNU/*/Linux