ATM dev 0: ADSL line: attempting to activate
ATM dev 0: ADSL line: channel analysis
ATM dev 0: ADSL line: up (512 kb/s down | 640 kb/s up)
ATM dev 0: ADSL line: training
ATM dev 0: ADSL line: channel analysis
ATM dev 0: ADSL line: up (512 kb/s down | 448 kb/s up)
# example configuration for the kernel space PPP over Ethernet driver
#
# See the manual page pppd(8) for information on all the options.
# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# There should be a matching entry with the password in /etc/ppp/pap-secrets
# and/or /etc/ppp/chap-secrets.
user "dl88888848@163"
# Load the PPPoE plugin. Change the ethernet interface name if needed.
plugin rp-pppoe.so
nas0
# Assumes that your IP address is allocated dynamically by the ISP.
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
# Comment out if you already have the correct default route installed.
defaultroute
# Makes pppd "dial again" when the connection is lost.
persist
# Do not ask the remote to authenticate.
noauth
# RFC 2516, paragraph 7 mandates that the following options MUST NOT be
# requested and MUST be rejected if requested by the peer:
# Address-and-Control-Field-Compression (ACFC)
noaccomp
# Asynchronous-Control-Character-Map (ACCM)
default-asyncmap
# Do not try to negotiate compression.
nopcomp
noccp
novj
Aug 30 19:41:48 lfs pppd[1872]: Plugin rp-pppoe.so loaded.
Aug 30 19:41:48 lfs pppd[1872]: RP-PPPoE plugin version 3.3 compiled against pppd 2.4.4
Aug 30 19:41:48 lfs pppd[1873]: pppd 2.4.4 started by root, uid 0
Aug 30 19:41:48 lfs pppd[1873]: PPP session is 4086
Aug 30 19:41:48 lfs pppd[1873]: Using interface ppp0
Aug 30 19:41:48 lfs pppd[1873]: Connect: ppp0 <--> nas0
Aug 30 19:41:48 lfs kernel: NET: Registered protocol family 24
Aug 30 19:41:48 lfs pppd[1873]: PAP authentication succeeded
Aug 30 19:41:48 lfs pppd[1873]: peer from calling number 00:30:88:00:66:88 authorized
Aug 30 19:41:48 lfs pppd[1873]: local IP address 221.201.51.32
Aug 30 19:41:48 lfs pppd[1873]: remote IP address 221.201.48.1
Aug 30 19:41:48 lfs pppd[1873]: primary DNS address 202.96.69.38
Aug 30 19:41:48 lfs pppd[1873]: secondary DNS address 202.96.64.68