View previous topic :: View next topic |
Author |
Message |
toralf Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/10034462014367c4dfe33c1.gif)
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Wed Nov 01, 2006 10:06 am Post subject: timeout for /etc/init.d/net.ppp0 [solved] |
|
|
Does anyboy know how I can specify a timeout value after which the script should give up to connect ? Currently I have in /etc/conf.d/net: Code: | config_ppp0=( "ppp" )
link_ppp0="eth0"
plugins_ppp0=( "pppoe" )
username_ppp0=<foo>
password_ppp0=
pppd_ppp0=(
"defaultroute"
"updetach"
)
|
Last edited by toralf on Wed Nov 01, 2006 10:48 am; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dambacher Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 11 Feb 2003 Posts: 290 Location: Germany
|
Posted: Wed Nov 01, 2006 10:29 am Post subject: |
|
|
look at your pppd manpage for "maxfail"
and add it to your pppd_ppp0={} |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
toralf Developer
![Developer Developer](/images/ranks/rank-dev.gif)
![](images/avatars/10034462014367c4dfe33c1.gif)
Joined: 01 Feb 2004 Posts: 3943 Location: Hamburg
|
Posted: Wed Nov 01, 2006 10:48 am Post subject: |
|
|
thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|