Date: Sat, 10 Feb 2001 18:33:11 -0500 From: "Matthew Emmerton" <matt@gsicomp.on.ca> To: "Nick Rogness" <nick@rogness.net>, <freebsd-questions@freebsd.org> Subject: Re: Strange DSL/NAT Problem... Message-ID: <005001c093b9$d7bc0430$1200a8c0@gsicomp.on.ca> References: <Pine.BSF.4.21.0102101649210.3971-100000@cody.jharris.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005001c093b9$d7bc0430$1200a8c0>