From owner-freebsd-questions@FreeBSD.ORG Sun Jul 6 15:12:22 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 35CCB1065677 for ; Sun, 6 Jul 2008 15:12:22 +0000 (UTC) (envelope-from SRS0=St6hfb=XS=webzone.net.au=andrewd@smtp.webzone.net.au) Received: from smtp.webzone.net.au (smtp.webzone.net.au [210.8.36.14]) by mx1.freebsd.org (Postfix) with ESMTP id E34008FC22 for ; Sun, 6 Jul 2008 15:12:21 +0000 (UTC) (envelope-from SRS0=St6hfb=XS=webzone.net.au=andrewd@smtp.webzone.net.au) Received: from ppp121-45-47-124.lns10.adl2.internode.on.net ([121.45.47.124] helo=[192.168.202.99]) by smtp.webzone.net.au with esmtpa (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KFVjw-000Jtc-6Y; Mon, 07 Jul 2008 00:31:24 +0930 Message-ID: <4870DE41.1080003@webzone.net.au> Date: Mon, 07 Jul 2008 00:31:21 +0930 From: Andrew D User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: David Allen References: <2daa8b4e0807060706s4e5f8aedqe2ce00ca33bd1b46@mail.gmail.com> In-Reply-To: <2daa8b4e0807060706s4e5f8aedqe2ce00ca33bd1b46@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AUTH-WEBZONE: andrewd@webzone.net.au successfully authed as username:andrewd Cc: freebsd-questions@freebsd.org Subject: Re: Reconfiguring network interfaces 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: Sun, 06 Jul 2008 15:12:22 -0000 David Allen wrote: > I need to make several wholesale changes to a few different systems, > and I'd prefer to do it over SSH without losing connectivity where > possible. I know I can use ifconfig, or edit /etc/rc.conf directly > and reboot, but is there a canonical way to make the changes in > /etc/rc.conf and "reload" those changes to ensure everything is in a > known state? From what I can determine, running netif stop/start > would work, but would require I do that locally. You could also use the alias featue, adding the new ip, sshing into the new ip, and dump the old ip. ** Though I haven't tried this method personally. ** HTH cya Andrew > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"