From owner-freebsd-questions Thu Jul 5 11:37: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hemi.metrotv.com (hemi.metrotv.com [209.98.153.2]) by hub.freebsd.org (Postfix) with SMTP id 53A7F37B401 for ; Thu, 5 Jul 2001 11:37:04 -0700 (PDT) (envelope-from eric@metrotv.com) Received: (qmail 32109 invoked by uid 1009); 5 Jul 2001 18:39:51 -0000 Received: from remoteaccess-3.metrotv.com (HELO ?209.98.153.49?) (209.98.153.49) by hemi.metrotv.com with SMTP; 5 Jul 2001 18:39:51 -0000 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Thu, 05 Jul 2001 13:37:23 -0500 Subject: Gateway not working between fxp1 and eth0 From: Eric Long To: Message-ID: Mime-version: 1.0 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 I'm running FreeBSD 4.3-RELEASE on a machine that has two ethernet cards, fxp0 and fxp1, and an Emerging Technologies card (eth0) that functions as a router for a T1 line. I'm running natd and ipfw, with gateway enabled. Part of my rc.conf config to prove that things are configure correctly: --- ifconfig_fxp1="inet 192.168.1.1 netmask 255.255.255.0" gateway_enable="YES" firewall_enable="YES" firewall_type="open" natd_enable="YES" natd_interface="eth0" natd_flags="-f /etc/natd.conf" --- Machines connected on the LAN via fxp1 cannot see the internet. The FreeBSD box can see the internet, I can ping anything, it binds 192.168.1.1 correctly, it binds the public ip's assigned from Qwest correctly, and it binds the IP address for the router correctly. Machines on the network are correctly assinged ip's via dhcpd, and I'm using 192.168.1.1 as the router/gateway on LAN machines. They aren't able to reach the internet. This was not a problem when I setup this configuration with just two ethernet cards (to test dhcpd and natd). With the introduction of the eth0 Emerging Technologies device, the setup does not work. It's like fxp1 and eth0 are not talking to each other. How should I go about fixing it? -Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message