From owner-freebsd-questions Tue Feb 19 17:47:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail07a.vwh1.net (mail07a.vwh1.net [209.238.9.57]) by hub.freebsd.org (Postfix) with SMTP id 1DDB837B402 for ; Tue, 19 Feb 2002 17:47:15 -0800 (PST) Received: from www.onque.com (208.55.28.110) by mail07a.vwh1.net (RS ver 1.0.60s) with SMTP id 044604177; Tue, 19 Feb 2002 19:34:10 -0500 (EST) Message-Id: <5.1.0.14.0.20020219162729.03b27e58@onque.com> X-Sender: ddaine@onque.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 19 Feb 2002 16:35:40 -0800 To: freebsd-questions@FreeBSD.ORG From: Dave Daine Subject: Questions about using dhclient with DHCP Cc: dinz@videotron.ca Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Loop-Detect: 1 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 I am using DHCP. I would like to: 1) Start up with networking disabled, or rather, with dhclient disabled, because my other machine may have already grabbed the only dynamic IP address that my ISP will give me. 2) Start (may be after releasing the lease from my other machine) and stop dhclient at will. I tried bringing the network interface down with "ifconfig dc0 down", but "ifconfig -a" keeps on showing the interface as active, and "dhclient: send_packet: No route to host" messages keep on popping on my console. Thank you. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message