From owner-freebsd-questions Sun Jul 15 19:13:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail5.carolina.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id EF3D337B403 for ; Sun, 15 Jul 2001 19:13:44 -0700 (PDT) (envelope-from khayman@carolina.rr.com) Received: from carolina.rr.com ([66.56.142.216]) by mail5.carolina.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 15 Jul 2001 22:13:42 -0400 Message-ID: <3B524DD6.9B622A0E@carolina.rr.com> Date: Sun, 15 Jul 2001 22:13:42 -0400 From: khayman X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: routing not working Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings all, First time poster and newbie, so I apologize in advance for any ignorance. Here is my problem: I have built a FreeBSD firewall with IPFilter based on instructions by Marty Schlacter from www.schlacter.dyndns.org. The thing won't route tho. My routing table looks like this: Destination Gateway flags refs use Netif Expire default 192.168.1.1 UGSc 0 3 de0 10.10.10/24 link#1 UC 1 0 dc0 => localhost localhost UH 0 0 lo0 192.168.1 link#2 UC 3 0 de0 => I have a linksys 4 port router/firewall outside the 192.x interface which in turn connects to a cable modem. The goal is to get rid of the linksys and have the cbl modem come directly into the BSD firewall. My rc.conf file looks like this: gateway_enable="YES" network_interfaces="de0 dc0 lo0" ifconfig_de0="DHCP" ifconfig_dc0="inet 10.10.10.1 netmask 255.255.255.0" . . ipfilter_enable="YES" ipnat_enable="YES" .. (let me know if that's not enough info on the rc.conf file. When i ping anything except a local interface, I get a "ping: send to: No route to host". Any suggestions on where to look to see what I've screwed up? thanx, k. ps: If and when I get this working properly, does anyone know if I'll be able to pass a CheckPoint SecuRemote client thru the firewall?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message