Chen Yufei wrote:
> <snip>
>
> (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" )
> username_ppp0='xxx'
> password_ppp0='xxx'
> pppd_ppp0=( "updetach" "defaultroute" "usepeerdns")
>
> Any suggestion?

I've configured my adsl connection bit diffrently. I've my adsl
connection settings in /etc/conf.d/net file. Here's the contents of that
file

        config_eth0=( "adsl" )
        adsl_user_eth0="<username>"

also the contents of /etc/ppp/chap-secrets :
        "<username>"    *       "<password>"

I bring up my adsl connection up by, '/etc/init.d/net.eth0 start'.. No
problems or warnings for me. I've added net.eth0 to default level..

Also i dont know whether this post is right to ask my question, but
recently when i updated my system (~x86), the network (eth0) came up
before the default (level 3) gets started, i.e., even before my firewall
starts!!!.. I checked my rc-update, but net.eth0 is still in default
level.. Any pointers as to why this happening? Earlier it used to start
in default level, but now it seems it starts in boot level..

Bye,
Farhan Ahmed
-- 
Place           :  Bangalore, Karnataka, India
GPG Key         :  8BE90E98
WengoPhone ID   :  farhanahmed
IRC Nick        :  farhanahmed / farhanahmed06 (irc.freenode.net)

Attachment: pgpN14Z8dvExt.pgp
Description: PGP signature

Reply via email to