From:  Claudio Jeker
> The main encapsulation over ADSL is PPPoE or PPPoA only lately, with the
> spread of IPTV and VDSL, EFM (Ethernet First Mile) is used by some telcos.
> So it totaly depends on what your provider is giving you.

Hi Claudio.
Maybe I didn't explain myself or perhaps I am trying to explain
something that doesn't make sense.
I understand there are differing methods of getting the packets from
the exchange to the premises, etcetera.
Considering the existing popular method of PPPoE is there more than
one way to collect those packets at the first adapter after the modem?

My current scenario:
DSLAM<-----PPPoE----->Modem<-----TCP/IP----->Router
In this case, the relevant adapter on the router gets an IP address
from the modem's DHCP server. All the PPPoE to IP transactions occur
within the modem.
The hostname.if file on the router:
DHCP none none none

The other scenario:
DSLAM<-----PPPoE----->Modem<-----PPPoE----->Router
In this case the relevant adapter on the router recieves PPPoE
encapsulated packets from the modem exactly as they are sent from the
exchange.
The modem does not do any PPPoE to IP conversion.
The hostname.if file on the router merely says "up".
There is also an /etc/hostname.pppoe0 file on the router.

This "other scenario" seems to be the intent of pppoe(4):
     This is often used to connect a router via a DSL modem to an access con-
     centrator.  The pppoe interface does not by itself transmit or receive
     frames, but needs an Ethernet interface to do so.  This Ethernet inter-
     face is connected to the pppoe interface via ifconfig(8).  The Ethernet
     interface needs to be marked UP, but does not need to have an IP address.

So it is quite different from my "current scenario" - no IP address for a start.

Am I reading all this correctly?

Best wishes.

Reply via email to