From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 00:58:42 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 C834516A420 for ; Sat, 10 Sep 2005 00:58:42 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9A2343D46 for ; Sat, 10 Sep 2005 00:58:41 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so3165079nzd for ; Fri, 09 Sep 2005 17:58:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=LLzJCdpeKW7YTSlz2XDSerwUarIzOZFpB4ao5MNsyELvSs/T1Zwbn1BRRD1t54Uqjsj4WgZbI3jE6AsMlQ1sdD8+IZvmSYCXL3TrjaE2KjWf60r6frEQVymGbhsRG+6+E6XRiSM5JxugG2OQcDFXRmQ79zeCTGcqT+pX5wDuCeU= Received: by 10.37.15.41 with SMTP id s41mr889744nzi; Fri, 09 Sep 2005 17:58:41 -0700 (PDT) Received: by 10.36.23.11 with HTTP; Fri, 9 Sep 2005 17:58:41 -0700 (PDT) Message-ID: Date: Fri, 9 Sep 2005 20:58:41 -0400 From: Thomas Dimson To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tdimson@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 00:58:42 -0000 Hi, Sorry if this is out of place, but I am having an issue with forwarding=20 packets on my freebsd-current box from a windows PC. Here what I'm trying to do: I have two network cards, one on a university network and one going to a=20 router, which is connected to a cable modem. Both cards use the vr driver.= =20 University is configured through DHCP, private router is just specified ( 192.168.1.110 ). I am trying to route traffic to the= =20 internet through the router while keeping all university traffic internal.= =20 Problem:=20 I run a traceroute from my freebsd box to the university network and it=20 works fine. I can access the website (129.97.128.40 )= =20 through the internal network. However, using my windows PC - with the=20 freebsd server specified as a gateway - it just times out when trying to=20 connect to the web site. Any website on the internet works fine, but not th= e=20 intranet.=20 Here is my config, I am just setting a static route to the ip of the websit= e=20 to test for now: netstat -r Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 192.168.1.1 UGS 0 119789 vr0 localhost localhost UH 0 0 lo0 129.97.128.40/32 cn-rtrev-res15net. UGS 0 12 vr1 192.168.1 link#1 UC 0 0 vr0 192.168.1.1 00:20:78:ce:cb:b4 UHLW 2 154 vr0 1172 192.168.1.107 00:11:95:5d:0b:7f UHLW 1 210110 vr0 94= 5 Internet6: Destination Gateway Flags Netif Expire localhost localhost UH lo0 fe80::%vr0 link#1 UC vr0 fe80::20d:88ff:fe7 00:0d:88:7f:42:d0 UHL lo0 fe80::%vr1 link#2 UC vr1 fe80::211:95ff:fee 00:11:95:e2:57:40 UHL lo0 fe80::%lo0 fe80::1%lo0 U lo0 fe80::1%lo0 link#4 UHL lo0 ff01:: localhost U lo0 ff02::%vr0 link#1 UC vr0 ff02::%vr1 link#2 UC vr1 ff02::%lo0 localhost UC lo0 Can anyone provide me with aid, or at least the location of a log file for= =20 the gateway functions of the machine?