From owner-freebsd-questions@FreeBSD.ORG Thu Sep 25 06:58:02 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 322EA16A4B3 for ; Thu, 25 Sep 2003 06:58:02 -0700 (PDT) Received: from clark.jonctioninter.net (clark.jonctioninter.net [209.222.224.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4112443FBF for ; Thu, 25 Sep 2003 06:57:58 -0700 (PDT) (envelope-from anfaf@jonctioninter.net) Received: from jonctioninter.net ([209.222.224.61])h8PDvvJf041179 for ; Thu, 25 Sep 2003 09:57:57 -0400 (EDT) (envelope-from anfaf@jonctioninter.net) Message-ID: <3F72F457.5060303@jonctioninter.net> Date: Thu, 25 Sep 2003 09:57:43 -0400 From: Antoine Fafard User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030718 X-Accept-Language: en-us, en, fr-ca MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Trouble with route X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: anfaf@jonctioninter.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 13:58:02 -0000 I've just install a 4.8 box on my lan But I can't access that box outside my network(a.b.c.0) From that box, I'am able to ping the gateway but I cannot access the internet my rc.conf : defaultrouter="a.b.c.1" ifocnfig_xl0="inet a.b.c.4 netmask 255.255.255.0" hostname="backup.mylan.net" ... But when I check netstat -rn I don't have any default gateway netstat -rn | grep default return empty. ping a.b.c.1 is alright but ping www.freebsd.org return ping: sendto: No route to host I have compiled my kernel with IPFIREWALL but my firewall type is OPEN so i'am not suppose to block anything. when I type route get default I get: route: writing to routing socket: No such process If anyone has an idea Best regards Antoine anfaf at jonctioninter.net