From owner-freebsd-isp@FreeBSD.ORG Sun Oct 16 13:13:32 2005 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0307416A41F for ; Sun, 16 Oct 2005 13:13:32 +0000 (GMT) (envelope-from tscrum@aaawebsolution.com) Received: from server1.aaawebsolution.com (server1.aaawebsolution.com [72.3.131.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74CDE43D48 for ; Sun, 16 Oct 2005 13:13:31 +0000 (GMT) (envelope-from tscrum@aaawebsolution.com) Received: from wolf (c-67-187-58-171.hsd1.tx.comcast.net [67.187.58.171]) (authenticated bits=0) by server1.aaawebsolution.com (8.12.11/8.12.11) with ESMTP id j9GDEO21036355 for ; Sun, 16 Oct 2005 08:14:28 -0500 (CDT) (envelope-from tscrum@aaawebsolution.com) From: "Thomas S. Crum - AAA Web Solution, Inc." To: Date: Sun, 16 Oct 2005 08:11:50 -0500 Message-ID: <000a01c5d253$2bb2bde0$0601a8c0@wolf> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Importance: Normal Subject: Loading permanent ARP entries at boot time X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Oct 2005 13:13:32 -0000 Hi all, I am having a terrible time answering this silly question. I am trying to load arp entries from a file at boot time. I can add the individual permanent arp entries with: arp -S hostname ether_addr But, when I reboot the system the arp entries are lost. I understand that I can load arp entries from a file with: arp -f file.txt file.txt = hostname ether_addr [temp] [pub] But, how can I make arp read this file at boot time? Thank you, -Tom