Re: [gentoo-user] pppd and adsl

2006-04-23 Thread Farhan Ahmed
Chen Yufei wrote: > > > (2) Every time I call /etc/init.d/net.ppp0 there is a warning saying > that "net.ppp0 is started but is inactive" This is my /etc/conf.d/net > > modules=( "iproute2") > > config_eth0=( "192.168.0.2/24" ) > > config_ppp0=( "ppp" ) > link_ppp0="eth0" > plugins_ppp0=( "pppoe"

Re: [gentoo-user] pppd and adsl

2006-04-23 Thread Farhan Ahmed
Chen Yufei wrote: > > > (2) Every time I call /etc/init.d/net.ppp0 there is a warning saying > that "net.ppp0 is started but is inactive" This is my /etc/conf.d/net > > modules=( "iproute2") > > config_eth0=( "192.168.0.2/24" ) > > config_ppp0=( "ppp" ) > link_ppp0="eth0" > plugins_ppp0=( "pppoe"

Re: [gentoo-user] pppd and adsl

2006-04-23 Thread Mrugesh Karnik
On Sunday 23 April 2006 12:57, Chen Yufei wrote: > I use adsl to connect to the internet and I use rp-pppoe in the past. > But I found in the /etc/conf.d/net.example that the rp-pppoe module > "is being deprecated in favour of the PPP module". So I tried to use > ppp to dialup the adsl connection

[gentoo-user] pppd and adsl

2006-04-23 Thread Chen Yufei
I use adsl to connect to the internet and I use rp-pppoe in the past. But I found in the /etc/conf.d/net.example that the rp-pppoe module "is being deprecated in favour of the PPP module". So I tried to use ppp to dialup the adsl connection and succeeded. But I have 2 questions now. (1) Why rp-pp