From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:26:22 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D6BE616A41F for ; Sat, 10 Sep 2005 16:26:22 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17FB443D46 for ; Sat, 10 Sep 2005 16:26:21 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a203.otenet.gr [212.205.215.203]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with ESMTP id j8AGQIc6005584; Sat, 10 Sep 2005 19:26:19 +0300 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j8AGQ76l001562; Sat, 10 Sep 2005 19:26:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j8AGQ7x0001561; Sat, 10 Sep 2005 19:26:07 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 10 Sep 2005 19:26:06 +0300 From: Giorgos Keramidas To: Thomas Dimson Message-ID: <20050910162606.GA1500@gothmog.gr> References: <200509100748.18983.deltaski@earthlink.net> <20050910144433.GA793@sentinelchicken.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Strange (newbie) Gateway Errors 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: Sat, 10 Sep 2005 16:26:23 -0000 On 2005-09-10 11:58, Thomas Dimson wrote: > Hi, > I am running: FreeBSD-6.0Beta4 > > I don't have natd configured in the slightest. My assumption was that I > didn't need to run it because I have a router assigning the IP addresses and > doing NAT for my cable modem, while my university is assigning me an IP > address for the second interface. Maybe I do need to run it. It's very likely that you need to run it. What IP address does DHCP assign to your ``vr1'' interface? Can you repost the output of the following commands, but as plain text attachments? Their previous copy in upthread messages is almost unreadable because of mailer induced wrapping and reformatting of the text. It would be interesting to see: # ifconfig -a # netstat -rn > ifconfig_vr0="inet 192.168.1.110 netmask > 255.255.255.0 " > ifconfig_vr1="DHCP" Hmmm, are you sure these http URLs are necessary here. i don't think so... > # -- sysinstall generated deltas -- # Fri Sep 9 19:53:50 2005 > router_flags="-s" > router="/sbin/routed" > router_enable="YES" Hmmm, is this __really__ necessary?