From owner-freebsd-questions@FreeBSD.ORG Mon Apr 14 08:18:11 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38D0C1065670 for ; Mon, 14 Apr 2008 08:18:11 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id E3BAB8FC1D for ; Mon, 14 Apr 2008 08:18:10 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so575981ywt.13 for ; Mon, 14 Apr 2008 01:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=F/Lvif/+4DaGkIaPsImEEZXjlsijrqyGUniPaVOkOck=; b=VKrwSswu2K+w9IjagFplxMG3Ne+ljA2YBue0YWKOs/ToTBVBOiQPQrWjh7sL63g47LsYkhsF+Bb2RqjvYc6Av7syHifskK20W9ignPhH8SwlJHbuoSusMHxgqTBoUI3K1p3hjpZBR8Zi9q4ACdo3lG6nI6/ZGvVKMtzLVSaPMsk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=okHgNQXdQ/dcfby4cxiR0c/bJCJLLGKeFawn1H+MM7/qFOEj/qwDE5v/lli96U1MbhphSQrTDFUWIVB7cl3ks/3b3XyDLk82+Nc25NJBcRyMaUSejBdbDVMA7ifXO7S0mAvgUM5Evg45EYfhLnAPMWH6hsfLN+f2QS20+xkKAmU= Received: by 10.151.156.1 with SMTP id i1mr5755326ybo.163.1208161082175; Mon, 14 Apr 2008 01:18:02 -0700 (PDT) Received: by 10.151.107.7 with HTTP; Mon, 14 Apr 2008 01:18:02 -0700 (PDT) Message-ID: Date: Mon, 14 Apr 2008 16:18:02 +0800 From: "Ruel Luchavez" To: "Johan Hendriks" In-Reply-To: <57200BF94E69E54880C9BB1AF714BBCB5DDD98@w2003s01.double-l.local> MIME-Version: 1.0 References: <20080414091201.P6301@wojtek.tensor.gdynia.pl> <57200BF94E69E54880C9BB1AF714BBCB5DDD98@w2003s01.double-l.local> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: DHCP problem.Help please 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, 14 Apr 2008 08:18:11 -0000 Thanks Johan & Puchar, your advise is very effective. again thank you.. On Mon, Apr 14, 2008 at 3:36 PM, Johan Hendriks wrote: > > > >How to reload the dhcpd? what would be the command fo it? > > >Best regards.. > > On the freebsd server use: > /usr/local/etc/rc.d/isc-dhcpd restart > > On a windows box do : > Start --> run > Type cmd klik ok > > Then you'll get a dos box > ipconfig /release > This releases the ip adres > ipconfig /renew > try to get a new adres. > > Regards, > Johan >