From owner-freebsd-questions Fri Jul 6 11:39: 5 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 4FCC337B408 for ; Fri, 6 Jul 2001 11:38:53 -0700 (PDT) (envelope-from eric@metrotv.com) Received: (qmail 50551 invoked by uid 1009); 6 Jul 2001 18:41:49 -0000 Received: from remoteaccess-3.metrotv.com (HELO ?209.98.153.49?) (209.98.153.49) by hemi.metrotv.com with SMTP; 6 Jul 2001 18:41:49 -0000 User-Agent: Microsoft-Entourage/9.0.1.3108 Date: Fri, 06 Jul 2001 13:35:26 -0500 Subject: Is this a routing problem? 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 am at a loss with this setup, any suggestions are welcome: Details: Running Freebsd 4.3-RELEASE, ipfw, natd, dhcpd, and gateway is enabled I'm running this box with two NIC's and an Emerging Technologies card that functions as a router. The Emerging Technologies card (eth0) is the WAN interface, one of the NIC's (fxp1) is the LAN interface. Nothing on the LAN interface can access the internet (via the WAN interface). What I know: 1.) Traffic gets to the FreeBSD box from the WAN interface. 2.) Traffic goes out the WAN interface from the FreeBSD box 3.) Traffic goes out the LAN interface from the FreeBSD box (workstations are assigned ip's via dhcpd therefore telling me that they are seeing the box on the network via the LAN interface), plus I can also ping these boxes when they are assigned an IP 4.) Traffic does NOT go out the WAN interface from the LAN interface (no workstation can reach the net). Problem: Is this a routing issue? Traffic simply isn't being passed from the LAN interface to the WAN interface. My routing tables: % netstat -r -n Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire default 65.114.176.41 UGSc 6 24630 eth0 65.114.176.41 65.114.176.42 UH 5 2 eth0 127.0.0.1 127.0.0.1 UH 0 4 lo0 192.168.1 link#2 UC 0 0 fxp1 => eth0 is 65.114.176.42 fxp1 is 192.168.1.1 Pertinent details from /etc/rc.conf: gateway_enable="YES" firewall_enable="YES" firewall_type="open" natd_enable="YES" natd_interface="eth0" natd_flags="-f /etc/natd.conf" ipfw details: % ipfw list 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 65000 allow ip from any to any 65535 deny ip from any to any -Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message