From owner-freebsd-questions Sat Feb 10 15:36:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (cr677933-a.ktchnr1.on.wave.home.com [24.43.230.149]) by hub.freebsd.org (Postfix) with ESMTP id D8B3137B491 for ; Sat, 10 Feb 2001 15:35:48 -0800 (PST) Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.9.3) with SMTP id f1ANXni55031; Sat, 10 Feb 2001 18:33:49 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <005001c093b9$d7bc0430$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Nick Rogness" , References: Subject: Re: Strange DSL/NAT Problem... Date: Sat, 10 Feb 2001 18:33:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Sat, 10 Feb 2001, Trenton Schulz wrote: > > On Sat, 10 Feb 2001, Nick Rogness wrote: > > > > > > [snip] > > > > helpful info: > > > > dc0 is set up for outside world, fxp0 is the inside card, all the clients > > > > point to it for its gateway... > > > > /etc/rc.conf: > > > > ifconfig_dc0="inet 216.239.11.77 netmask 255.255.255.252" > > > > ifconfig_fxp0="inet 192.168.100.100 netmask 255.255.255.0" > > > > defaultrouter="216.239.11.76" > > > > > > 216.239.11.76 is an illegal IP for the given subnet range, it lies > > > on a subnet boundary. You have something wrong with your outside > > > ip range. Double check your provider's numbers. Available > > > ranges, .72/30 .76/30 .80/30 etc etc etc. > > > > I don't doubt you, but, well, I double checked and those numbers are correct. > > 216.239.11.76 is the IP for DSL Modem. Would it be okay then? I may be wrong, but with any DSL stuff I've played with, the IP of the "DSL modem" is actually the IP you give to the Ethernet card to which the DSL modem is actually attached. The modem is just a bridge which doesn't need an IP. The only problem I can forsee is how your NIC (dc0) would find out what the ISP's router (the default router) is, since you don't seem to be using PPPoE or DHCP. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message