From owner-freebsd-questions@FreeBSD.ORG Sat Feb 8 03:01:30 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18E83621 for ; Sat, 8 Feb 2014 03:01:30 +0000 (UTC) Received: from mail-pd0-x229.google.com (mail-pd0-x229.google.com [IPv6:2607:f8b0:400e:c02::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1BBC1679 for ; Sat, 8 Feb 2014 03:01:29 +0000 (UTC) Received: by mail-pd0-f169.google.com with SMTP id v10so3918465pde.0 for ; Fri, 07 Feb 2014 19:01:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EqAeLfk42EF/aFAbj5jK2gVhJGsnosYVKd/H5OkWZhA=; b=YEBirUBpYz8E5VKuNRzstMMuelmLiqV5TM5Kq738ELDdjGywq/weqF9PU04yRDYfLE AVD7Z9UtQ80ZjH6hlR/DFrPHqq90a8/Id92KoydfIRbHMtuo3v6PAyySzjAnal2mtjqT 8sjLBNxrg0Io+boBMJcRfdNUV7GUzLMZ+knsCxTeKF+Lui/Y2LztP+pHtw3ZG1xboo8z R+Rinmp56UC8JKr5wPIYWWLaTTb+/5FZCqgANtBkELW0d/cfK0dhASsqn8r5TZKsm2iF YH8OFHNO7DZ51O7y6sZD1WnPagzFO4P10s3cf56eiUL5vuRASwwKsPST4FGiYDk3uIHj kGow== MIME-Version: 1.0 X-Received: by 10.68.194.97 with SMTP id hv1mr23587411pbc.162.1391828489516; Fri, 07 Feb 2014 19:01:29 -0800 (PST) Received: by 10.70.92.71 with HTTP; Fri, 7 Feb 2014 19:01:29 -0800 (PST) In-Reply-To: <1391827303.738906888.k9hzy6eo@frv35.fwdcdn.com> References: <1391822758.499117562.qad9aups@frv35.fwdcdn.com> <20140208102029.04d2eb10@X220.alogt.com> <1391827303.738906888.k9hzy6eo@frv35.fwdcdn.com> Date: Fri, 7 Feb 2014 21:01:29 -0600 Message-ID: Subject: Re: Re[2]: Restart network without reboot ? From: Adam Vande More To: Vladislav Prodan Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Erich Dollansky , FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 03:01:30 -0000 On Fri, Feb 7, 2014 at 8:43 PM, Vladislav Prodan wrote: > > A command "service netif start" will not start dhclient on network > interfaces specified in rc.conf. > As a result, I started in the console "service netif start" and the > network appeared. > Are you not saying contradictory things? What is the *exact* output of these commands? What is in the log files? -- Adam