From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 19:51:19 2003 Return-Path: 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 5D76937B401 for ; Mon, 7 Jul 2003 19:51:19 -0700 (PDT) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 31B2843F85 for ; Mon, 7 Jul 2003 19:51:18 -0700 (PDT) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 2383 invoked by alias); 8 Jul 2003 03:01:46 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.049184 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 8 Jul 2003 03:01:46 -0000 X-RCPTTO: freebsd-questions@freebsd.org, Received: from users.sourceforge.net ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h682mrmx069914 for ; Tue, 8 Jul 2003 11:48:53 +0900 Message-ID: <3F0A31A8.2050201@users.sourceforge.net> Date: Tue, 08 Jul 2003 11:51:20 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030702 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: How to restart my network without reboot? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 02:51:19 -0000 Hi, I had to change the netmask of my ethernet card. So I modified /etc/rc.conf. But for that to take effect, I should reboot. Now, how can I avoid a reboot for such a small change? I had a look at the ifconfig command, to set the interface manually, but I was completely lost by the amount of settings and options there. I hoped that an easy command as: "/etc/rc.network restart" would do the trick, but that didn't work. Can someone help me out here? Thanks, Rob.