>Как выгрузить pppd если в течении
>NNN сек. через него ничего
>не прошло.
А енто не подойдет?
There are a couple useful things you might want to add to the /etc/ppp/options file.
One is an idle time. Pppd can terminate the connection if it has been idle for too long. This could be nice if your isp charges by time, or if you don't want to keep your phone line tied up. To use this feature, simply add the line:
# Idle after X seconds
idle X
Replace 'X' with the number of seconds you wish the connection to terminate after.