|
sudo /etc/init.d/net.ppp0 start
* Starting ppp0
* Bringing up ppp0
* ppp
FATAL: Module pppoe not found.
* kernel does not support PPPoE
我的ppp已经编进内核了阿,难道非让我编入模块,
我的/etc//etc/conf.d/net的文件如下:
config_eth0=( null )
config_ppp0=( "ppp" )
link_ppp0="eth0"
plugins_ppp0=( "pppoe" )
username_ppp0='lyfxad5228253'
password_ppp0='5221802'
pppd_ppp0=(
"noauth"
"defaultroute"
"usepeerdns"
"holdoff 3"
"child-timeout 60"
"lcp-echo-interval 15"
"lcp-echo-failure 3"
noaccomp noccp nobsdcomp nodeflate nopcomp novj novjccomp
)
depend_ppp0() {
need net.eth0
} |
|