From owner-freebsd-questions Tue Oct 8 14: 2:32 2002 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 ABD6E37B401 for ; Tue, 8 Oct 2002 14:02:30 -0700 (PDT) Received: from forged.net (forged.net [65.113.253.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 7CB3043E42 for ; Tue, 8 Oct 2002 14:02:29 -0700 (PDT) (envelope-from cking@blessed.net) Received: (qmail 6268 invoked from network); 8 Oct 2002 21:02:20 -0000 Received: from pcp02479839pcs.mnhwkn01.nj.comcast.net (HELO blessed.net) (68.39.139.234) by forged.net with SMTP; 8 Oct 2002 21:02:20 -0000 Message-ID: <3DA347ED.6080305@blessed.net> Date: Tue, 08 Oct 2002 17:02:37 -0400 From: Steven King User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Dual-Homed Content-Type: text/plain; charset=us-ascii; format=flowed 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 need help trying to get my FreeBSD machine dual-homed. I will try to explain the situation as best as possible.. Interface1 -> hub1 -> Cable Modem (DHCP) -> Internet Interface2 -> hub2 -> Router -> Frame Relay -> Internet I am trying to use Interface1 for cvsup's and things like that (frame is only 56k) . I have to use Interface2 for web server, mail and dns.. When I set up /etc/rc.conf this way it loads up the interfaces no problem and the cable modem interface works fine but on the interface2 side I cannot get to the internet nor can anyone get to it from that side. I can ping the boxes on the local subnet but thats it. from rc.conf: network_interfaces="rl0 de0 lo0" defaultrouter="NO" ifconfig_rl0="DHCP" ifconfig_de0="inet netmask 255.255.255.0" I cannot figure out what else is needed to fix this.. I have tried static_routes, gateway_enable, forward_sourceroute in rc.conf and net.inet.ip.forwarding=1 in sysctl.conf.. I have tried several different netmasks for interface2 thinking that was the problem but that dont do anything.. messed with defaultrouter and everything I can think of.. All of the examples I have seen on the web and searching through the mailing list are of using the FBSD box as a gateway for an internal network to go out through the FBSD box onto the internet. Any help would be appreciated.. Thank you To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message