From owner-freebsd-questions@FreeBSD.ORG Sun Apr 18 04:01:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA6D16A4CF for ; Sun, 18 Apr 2004 04:01:07 -0700 (PDT) Received: from mxfep02.bredband.com (mxfep02.bredband.com [195.54.107.73]) by mx1.FreeBSD.org (Postfix) with ESMTP id F23D543D1D for ; Sun, 18 Apr 2004 04:01:06 -0700 (PDT) (envelope-from z3l3zt@hackunite.net) Received: from mail.hackunite.net ([213.112.193.67] [213.112.193.67]) by mxfep02.bredband.com with SMTP <20040418110106.OTVW28534.mxfep02.bredband.com@mail.hackunite.net> for ; Sun, 18 Apr 2004 13:01:06 +0200 Received: from 213.112.193.79 (SquirrelMail authenticated user z3l3zt@hackunite.net) by mail.hackunite.net with HTTP; Sun, 18 Apr 2004 13:02:27 +0200 (CEST) Message-ID: <1244.213.112.193.79.1082286147.squirrel@mail.hackunite.net> Date: Sun, 18 Apr 2004 13:02:27 +0200 (CEST) From: "Jesper Wallin" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Mailman-Approved-At: Sun, 18 Apr 2004 05:00:51 -0700 Subject: Transparent proxy/nat server using DHCP. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: z3l3zt@hackunite.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2004 11:01:08 -0000 Heya.. My ISP allow me to have 5 dynamic ip addresses. Yet, it's locked to the MAC address (i think) .. currently my network look like this: [ Internet ]----[ 16-ports Unex Switch ]----[ my network ] ..and in the local network, I have 3 servers and my two workstations. My idea was to put one server "infront" of all other computers, like: [ Internet ]----[ FreeBSD ]----[ 16-ports Unex Switch ]----[ my networks ] ..and have the FreeBSD server holding all 5 ips from my ISP and then NAT/Forward it to the rest of the network.. like a transparent firewall/logging server. Like having 3 of the ips going to my 3 servers.. and have another IP for NAT:ing the two workstaions which uses a local IP range.. or something. My porblem is to get the FreeBSD server request 5 ips on the same NIC using the DHCP protocol. Is it even possible? Regards, Jesper 'Z3l3zT' Wallin