From owner-freebsd-questions@FreeBSD.ORG Mon May 30 20:39:34 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7D79416A41C for ; Mon, 30 May 2005 20:39:34 +0000 (GMT) (envelope-from L.Seidl@sh.cvut.cz) Received: from service.sh.cvut.cz (service.sh.cvut.cz [147.32.127.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B94543D1F for ; Mon, 30 May 2005 20:39:33 +0000 (GMT) (envelope-from L.Seidl@sh.cvut.cz) Received: from localhost (localhost [127.0.0.1]) by service.sh.cvut.cz (Postfix) with ESMTP id BECC01A3371; Mon, 30 May 2005 22:39:32 +0200 (CEST) Received: from service.sh.cvut.cz ([127.0.0.1]) by localhost (service [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05292-07; Mon, 30 May 2005 22:39:32 +0200 (CEST) Received: from laser.sh.cvut.cz (laser.sh.cvut.cz [147.32.121.184]) by service.sh.cvut.cz (Postfix) with ESMTP id 0E7BB1A32F6; Mon, 30 May 2005 22:39:32 +0200 (CEST) Received: from ticho.sh.cvut.cz (localhost [127.0.0.1]) by laser.sh.cvut.cz (8.13.1/8.13.1) with ESMTP id j4UKda1f095988; Mon, 30 May 2005 22:39:36 +0200 (CEST) (envelope-from L.Seidl@sh.cvut.cz) Date: Mon, 30 May 2005 22:42:25 +0200 From: Libor Seidl To: FreeBSD questions Message-ID: <20050530224225.570cd848@ticho.sh.cvut.cz> In-Reply-To: <20050530115238.39058.qmail@web54004.mail.yahoo.com> References: <20050530115238.39058.qmail@web54004.mail.yahoo.com> X-Mailer: Sylpheed-Claws 1.0.4a (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at sh.cvut.cz Cc: Rob Subject: Re: Testing a DHCP server without jeopardizing my IP configuration? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 20:39:34 -0000 > Is there a way to test the DHCP server, without > running dhclient and thus without losing my FreeBSD > system's IP configuration? Hi, try dhcping from ports (net/dhcping). Read carrefully man pages, the idea of operation was not clear at first look (for me :-) but it works. Bodlin