From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 12:54:13 2003 Return-Path: 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 34EC216A4CF for ; Mon, 8 Dec 2003 12:54:13 -0800 (PST) Received: from vesta.bitheaven.net (bc120155.bendcable.com [66.220.120.155]) by mx1.FreeBSD.org (Postfix) with ESMTP id C792943D29 for ; Mon, 8 Dec 2003 12:53:57 -0800 (PST) (envelope-from nospam@bitheaven.net) Received: from [IPv6:::1] (alcor [192.168.33.2]) by vesta.bitheaven.net (Postfix) with ESMTP id 05AD12A; Mon, 8 Dec 2003 12:53:36 -0800 (PST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <7A71350B-29C0-11D8-8D30-000393C2C922@bitheaven.net> Content-Transfer-Encoding: 7bit From: Clayton F Date: Mon, 8 Dec 2003 12:52:47 -0800 To: "joshua lokken" X-Mailer: Apple Mail (2.606) cc: freebsd-questions@freebsd.org Subject: Re: Routing problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2003 20:54:13 -0000 This setup appears a little confusing. Does your ISP give you a static or dynamic IP address to the internet? It would also help to see the interface configuration info in your rc.conf file. generally speaking, your external interface should have the ip address assigned by your isp, not a private network address like you describe. You should also have a valid address to a dns server, rather than being referred to your dsl modem's private ip address. #my rc.conf (cable modem, with ip dynamically assigned - I'm using 192.168.1.0 as my private network range) gateway_enable="YES" defaultrouter="192.168.1.1" network_interfaces="fxp0 dc0 lo0" hostname="vesta.bitheaven.net" ifconfig_fxp0="DHCP" ifconfig_dc0="inet 192.168.1.1 netmask 255.255.255.0" If this doesn't help, send more info On Dec 8, 2003, at 12:22 PM, joshua lokken wrote: > Hello, > > Running 4.9-stable. Here is a brief overview of the network I'm > setting up. > > ***Internet*** > | > DSL modem (192.168.1.1, netmask 255.255.255.252, assigned by ISP) > | > FreeBSD gateway external (192.168.1.2, netmask 255.255.255.252, > assigned by ISP) > | > FreeBSD gateway internal (10.0.0.1, netmask 255.255.255.0) > | > LAN (clients, 10.0.0.x, netmask 255.255.255.0) > > > LAN clients can access boh gateway interfaces by hostname and IP. > Clients are > setup to use 192.168.1.2 for DNS, and 192.168.1.2 uses 192.168.1.1 for > DNS. > I cannot get any traffic to reach (let alone pass) the DSL modem from > the clients. > > I have tried this with the FreeBSD gateway, a Win2k gateway, and > Linksys router. > Under any setup, the result is the same. My ISP's support desk has > been > absolutely no help. Can anyone tell what the problem may be here? > Thanks in > advance for any help. > > > -- > Best Regards, > > Joshua Lokken > > _________________________________________________________________ > Wonder if the latest virus has gotten to your computer? Find out. Run > the FREE McAfee online computer scan! > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"