Date: Wed, 24 Jul 2002 12:27:46 +0100 From: "Martyn Hill" <m.hill@stjamessengirls.org.uk> To: <dnu@info.com.ph> Cc: "FreeBSD-questions" <freebsd-questions@freebsd.org> Subject: Re: config Message-ID: <000601c23305$2320cb40$0a00000a@stjames.net> References: <200207231612.15031.dnu@info.com.ph>
next in thread | previous in thread | raw e-mail | index | archive | help
David Thank you very much - makes sense really. I did wonder how the ADSL username and password were dealt with, but it seems that the router itself stores these as part of its configuration. Now to try it! Martyn. ----- Original Message ----- From: "dnu" <dnu@info.com.ph> To: "Martyn Hill" <m.hill@stjamessengirls.org.uk> Sent: Tuesday, July 23, 2002 9:12 AM Subject: config Hello, Ooops! Forgot to mention the configuration stuff. Of course, first disable ppp in rc.conf and add the following lines: defaultrouter="x.x.x.x" # your isp's router IP ifconfig_fxp1="inet x.x.x.x netmask y.y.y.y" # your NIC IP & mask Well, the NAT stuff, you already know: natd_enable="YES" # to enable sharing natd_interface="fxp1" # obviously :) natd_flags="(your flags)" # man natd for info and reboot. David 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?000601c23305$2320cb40$0a00000a>