From owner-freebsd-net@FreeBSD.ORG Fri Nov 19 07:18:12 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C994F16A4CF for ; Fri, 19 Nov 2004 07:18:12 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE69C43D39 for ; Fri, 19 Nov 2004 07:18:11 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost.cs.ait.ac.th [127.0.0.1]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id iAJ7HvIm078916 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Nov 2004 14:17:57 +0700 (ICT) Received: (from on@localhost) by mail.cs.ait.ac.th (8.12.11/8.12.11/Submit) id iAJ7Hvtc078913; Fri, 19 Nov 2004 14:17:57 +0700 (ICT) Date: Fri, 19 Nov 2004 14:17:57 +0700 (ICT) Message-Id: <200411190717.iAJ7Hvtc078913@mail.cs.ait.ac.th> From: Olivier Nicole To: extech@dod.co.za In-reply-to: <200411190909060609.006A7F00@196.25.53.67> (extech@dod.co.za) X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-net@freebsd.org Subject: Re: Gateway/Router X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 07:18:12 -0000 > rc.conf entries: > > defaultrouter="196.25.53.65" > gateway_enable="YES" > router_enable="YES" > router="/sbin/routed" > router_flags="-q" > > >What is the result of "netstat -r" > > [root@gateway extech]# netstat -r > Routing tables > > Internet: > Destination Gateway Flags Refs Use Netif Expire > default 196.25.53.65 UGSc 0 0 ed0 Looks OK, what is the IP address of your interface ed0? ifconfig ed0 Olivier