From owner-freebsd-questions@FreeBSD.ORG Thu May 3 16:45:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C07B3106566C for ; Thu, 3 May 2012 16:45:25 +0000 (UTC) (envelope-from christopher.maness@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6A98FC14 for ; Thu, 3 May 2012 16:45:25 +0000 (UTC) Received: by yhgm50 with SMTP id m50so1928710yhg.13 for ; Thu, 03 May 2012 09:45:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=8Wu+tDcvDChHIvYN1pXxYCIpGhW9X1H7RlYHBsh4EPE=; b=GMOLoxsP4UJ6z99V/nMZJAE8CF7y+RHJTYqeEQg0pr2G3V5t4q57asdjw7dRtMT+2Q DDRfLbvt1pwLgO6S9aV/Erj7/ZPUrqMSFSaDTrX9vaGq/NM8PpGzNDI5RJbjbXHLRSaw P02uqzgPDqtfswx6Q7I2Qn3oWXMa4VJoobHq92Q0OaePfVMPwf0gK95JmrNB/dzUqTw/ sWzMpN64V7ei2eUjCPfCHAZiMn9q0mHHHMJ0t01JAwy31ugAezBykDus6EUuE/7XpvK1 C0o6A7tSUEQsWxfxsn/o5H7CWFD7Uy3HFKojfafqRkr1pToIIOY6aVsjdPFTpcoAnlSt Zxag== MIME-Version: 1.0 Received: by 10.50.216.232 with SMTP id ot8mr1284434igc.22.1336063518465; Thu, 03 May 2012 09:45:18 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.231.48.210 with HTTP; Thu, 3 May 2012 09:45:18 -0700 (PDT) Date: Thu, 3 May 2012 09:45:18 -0700 X-Google-Sender-Auth: jgHT0Y-9mdaEkrfeUM6yAHOi004 Message-ID: From: Chris Maness To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Adding a Static Route to rc.conf? 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: Thu, 03 May 2012 16:45:25 -0000 On Tue, May 1, 2012 at 8:31 AM, Chris Maness wrote: > How do add a static route to rc.conf? > > Thanks, > Chris Maness http://www.freebsd.org/doc/handbook/network-routing.html see section 32.2.5.2 Persistent Configuration -- Noel Jones > I added: # Add Internal Net 2 as a static route static_routes="internalnet2" route_internalnet2="-net 44.18.44.0/24 192.168.1.33" to rc.conf per the section above. I rebooted and it was a no go. Did I miss something? Thanks, Chris Maness