From owner-freebsd-questions Sun Nov 24 17:32:57 2002 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 40C3C37B401 for ; Sun, 24 Nov 2002 17:32:56 -0800 (PST) Received: from mail016.syd.optusnet.com.au (mail016.syd.optusnet.com.au [210.49.20.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15AED43E6E for ; Sun, 24 Nov 2002 17:32:55 -0800 (PST) (envelope-from satare@optusnet.com.au) Received: from webmail09.syd.optusnet.com.au (webmail09.syd.optusnet.com.au [210.49.20.126]) by mail016.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id gAP1Wlm15088; Mon, 25 Nov 2002 12:32:50 +1100 Message-Id: <200211250132.gAP1Wlm15088@mail016.syd.optusnet.com.au> Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) Received: from [203.13.126.19] as user satare@optusnet.com.au by webmail.optusnet.com.au with HTTP; From: Michael Ross To: Gary D Kline Cc: FreeBSD Mailing List Date: Mon, 25 Nov 2002 12:32:47 +1100 Subject: Re: DHCP and an internal web server Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey, > I understand that there are hardware solutions that allow > a host to run a web server thu DHCPD, but is there a way > of configuring one of my behind-the-firewall server to > serve pages. there are two ways actually, * get in touch with the person managing your dhcp server, supply them with the mac address of your machines network card and have them reserve a specific IP for your machine. Then have your dns admin point your domain name to that IP. This way whenever your machine requests an IP via DHCP it will get the same one. * email the admin of your dhcp/dns servers and have them setup dynamic dns updates. This is a lot more complex then the above suggestion, but it means that whenever your machine gets a new IP it automatically updates the dns server with your new IP. > zen.thought.org is an example; i is an older 4.7 system > hardwired as 10.0.0.247. Is there a way of configuring > things to let http://zen.thought.org serve miscellaneous > essays and references, e.g., for my profs. the only problem you will hit depends on how willing your dhcp/dns server admins are to reconfiguring your server. otherwise you should be fine. =) Michael Ross satare@optusnet.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message