How can i allow ppp daemon bring up eth0 first before connection ? If the ethernet port is down , no connection would be success. So i'm putting this into /etc/ppp/peers/dsl , but eth0 won't be brought up through 'pon dsl' command:
plugin rp-pppoe.so
eth0
defaultroute
usepeerdns
user "blabla"
noauth
noipdefault
hide-password
debug
And from kernel message buffer:
error sending pppoe packet: Network is down
P.S: And please don't tell me to bring up eth0 at boot time ;-P , it's already set
