Date: Mon, 09 Apr 2001 14:08:10 -0400 From: Mikel <mikel@ocsinternet.com> To: Anis Badri <anilinet2k@yahoo.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DSL with earthlink in LA using ivasions winPoet Message-ID: <3AD1FA8A.40458837@ocsinternet.com> References: <20010409172103.49941.qmail@web12304.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <body text="#000000" bgcolor="#D7D7FF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> have you added any system infor to your dhclient.conf? <p>In a few situations that I run accross (mostly cheap & crapy cable providers) you'll need atleast the following to support DHCP properly... <p>inside /etc/dhclient.conf <p>interface "fxp0" { <br> send host-name "bassale"; <br> send dhcp-client-indentifier 00:d0:b7:e6:fd:11; <br> request subnet-mask, broadcast-address, time-offset, routers, <br> domain-name, dmoain-name-servers, host-name; <br> require subnet-mask, domain-name-servers; <br>} <p>Please bear in mind that you will need to use your own interface identifier, hostname and MAC address to make this work. If the site is indeed runnig DHCP then you should be good.. <p>Cheers, <br>Mikel <p>Anis Badri wrote: <blockquote TYPE=CITE>I have been trying for several months to establish an internet connection via earthlink DSL (DHCP) using my freeBsd box with no success. They (earthlink) do not provide for any OS other than win95/98. They use Ivasion's winpeot software package to establish a PPP link. I have gone through several onlines docs to try to estabish a ppp connection with dhcp and nothing has worked. If someone has had the same experience with PPP and DHCP on DSL can you please send me resources on how to go about setting up an internet connection. WinPoet has virtually no documentation on implementation details. <p>Your help will be greatly appreciated. <p>Thanks <p>Anis Tayebali <br> <br> <br> <p> <hr size=1><b>Do You Yahoo!?</b> <br><a href="http://personal.mail.yahoo.com/?.refer=mailiyfoot">Yahoo! Mail Personal Address</a> - Get email at your own domain with Yahoo! Mail.</blockquote> </body> </html> 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?3AD1FA8A.40458837>