Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Apr 2001 22:12:38 -0600
From:      Wes Peters <wes@softweyr.com>
To:        Brett Glass <brett@lariat.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Transition from modem PPP to PPPoE
Message-ID:  <3ACBF0B6.52B99863@softweyr.com>
References:  <4.3.2.7.2.20010330201802.00dc8f00@localhost> <4.3.2.7.2.20010401141552.0452a6c0@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Brett Glass wrote:
> 
> At 07:27 AM 4/1/2001, Wes Peters wrote:
> 
> >Why use PPPoE -- you really prefer to toss away gobs of bandwidth?
> 
> I don't see why it should be that inefficient.

Because PPP encapsulation adds a lot of non-information.

> In fact, I've been
> thinking that due to header compression it might even be a bit
> faster.

Nope, no amount of IP header compression can match the PPP overhead.

> I'm doing it because we need a a machine on a wireless network
> to appear to be located at the hub. PPPoE creates a "tunnel" that
> does that.

So does any other tunnel, including a very simple IP in IP tunnel.  The
problem with such a simple tunnel is that you typically end up splitting
most packets into two packets in the tunnel, using your available band-
width very poorly.

> The way the network is set up, not all of the nodes can
> hear one another, but all can communicate with the hub. Using PPPoE
> makes the traffic go through the hub without subnetting (which
> would require reconfiguring many machines, some of which I do
> not administer). Could you suggest a better solution?

Sounds like an interesting network configuration.  I don't know of a tunnel
program like I described above, but it would be pretty simple to develop
one using the tun device in FreeBSD.  If you don't have FreeBSD at both
ends, PPPoE or another tunnelling application probably is your best choice.
It would be worth searching for a solution with less overhead than PPPoE.

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
wes@softweyr.com                                           http://softweyr.com/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3ACBF0B6.52B99863>