From owner-freebsd-questions Mon Apr 9 13: 0:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ds1.fastech.com (mailin.brooks.com [63.71.19.252]) by hub.freebsd.org (Postfix) with ESMTP id B69BD37B423 for ; Mon, 9 Apr 2001 13:00:46 -0700 (PDT) (envelope-from Jaeho.Lee@brooks.com) Received: from ims-naeast1.brooks.com ([10.10.254.19]) by ds1.fastech.com with esmtp (Exim 3.16 #1) id 14mhl5-0006HO-00; Mon, 09 Apr 2001 15:55:31 -0400 Received: by ims-naeast1.brooks.com with Internet Mail Service (5.5.2653.19) id ; Mon, 9 Apr 2001 15:59:54 -0400 Message-ID: <857F15D7E3D8D3118D290008C7CF058602C97627@mail-naeast1.brooks.com> From: "Lee, Jaeho" To: 'Anis Badri' , freebsd-questions@FreeBSD.ORG Subject: RE: DSL with earthlink in LA using ivasions winPoet Date: Mon, 9 Apr 2001 15:57:37 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0C12F.53C1D710" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C0C12F.53C1D710 Content-Type: text/plain; charset="iso-8859-1" I could setup DSL connection last week with help from this mailing list. So I am paying back. ^^ My FreeBSD box connects to Verizon DSL. They don't give static address either. I am using external DSL modem, which is connected through normal ethernet card. If your environment is same as mine, the following information will be helpful. Even though it is DHCP, I don't use dhcpclient for my ethernet card. (You don't have to do either.) Just setup as you use PPP. I followed this page till #4 http://www.mostgraveconcern.com/freebsd/ppp.html And I used PPPoE. Here is resource. http://www.freebsd.org/handbook/pppoe.html To use PPPoE, you need to rebuild kernel. Please add this line in ppp.conf, so that your dns in resolv.conf is set correctly. enable dns Michael Nottebock gave me great information about the problem in userland ppp. I put some portion of his mail here. "The pppd does not support pppoe yet, but the userland ppp, which is also part of the freebsd base system, does. The userland ppp also has a built-in nat feature, which (of course) can be used with dsl-connections. So, in theory, 'ppp -nat' should be all you need (apart from a kernel recompilation, where you need to add the lines options NETGRAPH options NETGRAPH_SOCKET options NETGRAPH_PPPOE options NETGRAPH_ETHER # actually only necessary for old 4.0 # and 3.x systems, but # cannot hurt anyway. ) There is a technical issue with PPPoE-ADSL connections, though. The maximum transfer unit via the PPPoE connection often is only 1492 bytes, but the universal standard of common tcp/ip stacks is 1500 bytes. And, instead of sending a message back telling the client to fragment the packets, often the ISP's routers just discard the packet, with the result that, for example certain webpages, simply won't load. This problem does not necessarily affect you. Maybe, your ISP has it's routers configured properly and the problem won't surface. Also, if you are using FreeBSD 4.2-STABLE, downloaded at a later date than Dec. 18th, 2000 or FreeBSD-CURRENT, downloaded at a later date than Nov. 28th, 2000, the userland ppp is reported to already deal with this issue gracefully. For almost every other version of freebsd, a backport from the -current sources is available at http://www.awfulhak.org/ppp.html" I hope this helps you. Thanks, /Jaeho -----Original Message----- From: Anis Badri [mailto:anilinet2k@yahoo.com] Sent: Monday, April 09, 2001 1:21 PM To: freebsd-questions@FreeBSD.ORG Subject: DSL with earthlink in LA using ivasions winPoet 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. Your help will be greatly appreciated. Thanks Anis Tayebali _____ Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. ------_=_NextPart_001_01C0C12F.53C1D710 Content-Type: text/html; charset="iso-8859-1"
I could setup DSL connection last week with help from this mailing list.
So I am paying back. ^^
 
My FreeBSD box connects to Verizon DSL. They don't give static address either.
I am using external DSL modem, which is connected through normal ethernet card.
If your environment is same as mine, the following information will be helpful.
 
Even though it is DHCP, I don't use dhcpclient for my ethernet card. (You don't have to do either.)
Just setup as you use PPP. I followed this page till #4
 
And I used PPPoE. Here is resource.
 
To use PPPoE, you need to rebuild kernel.
 
Please add this line in ppp.conf, so that your dns in resolv.conf is set correctly.
    enable dns
 
Michael Nottebock gave me great information about the problem in userland ppp.
I put some portion of his mail here.
 
"The pppd does not support pppoe
yet, but the userland ppp, which is also part of the freebsd base
system, does. The userland ppp also has a built-in nat feature, which
(of course) can be used with dsl-connections. So, in theory, 'ppp -nat'
should be all you need (apart from a kernel recompilation, where you
need to add the lines
options NETGRAPH
options NETGRAPH_SOCKET
options NETGRAPH_PPPOE
options NETGRAPH_ETHER # actually only necessary for old 4.0
# and 3.x systems, but
# cannot hurt anyway.
)
There is a technical issue with PPPoE-ADSL connections, though. The
maximum transfer unit via the PPPoE connection often is only 1492 bytes,
but the universal standard of common tcp/ip stacks is 1500 bytes. And,
instead of sending a message back telling the client to fragment the
packets, often the ISP's routers just discard the packet, with the
result that, for example certain webpages, simply won't load.
This problem does not necessarily affect you. Maybe, your ISP has it's
routers configured properly and the problem won't surface. Also, if you
are using FreeBSD 4.2-STABLE, downloaded at a later date than Dec. 18th,
2000 or FreeBSD-CURRENT, downloaded at a later date than Nov. 28th,
2000, the userland ppp is reported to already deal with this issue
gracefully. For almost every other version of freebsd, a backport from
the -current sources is available at http://www.awfulhak.org/ppp.html"
 
I hope this helps you.
 
Thanks,
/Jaeho
-----Original Message-----
From: Anis Badri [mailto:anilinet2k@yahoo.com]
Sent: Monday, April 09, 2001 1:21 PM
To: freebsd-questions@FreeBSD.ORG
Subject: DSL with earthlink in LA using ivasions winPoet

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.

Your help will be greatly appreciated.

Thanks

Anis Tayebali

 



Do You Yahoo!?
Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail. ------_=_NextPart_001_01C0C12F.53C1D710-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message