PPPoE(Point to Point Protocol over Ethernet,基于以太网的点对点协议)的工作流程包含发现(Discovery)和会话(Session)两个阶段,发现阶段是无状态的,目的是获得 PPPoE 终端(在局端的ADSL设备上)的以太网 MAC 地址,并建立一个惟一的 PPPoE SESSION-ID.发现阶段结束后,就进入标准的PPP会话阶段. 1.发现阶段(PPPoED:PPPoE Discovery) 1.1 PADI(PPPoE Active Discov
Just follow these steps: Check that the ethernet cable is properly connected Open Terminal Run sudo pppoeconf Enter root password Answer all the question that will be asked with an answer "Yes" Finally type pon dsl-provider 开始拨号 To stop connecti