>Подскажите как сделать чтоб после соединения модема подымался маршрут автоматически. man ppp
..........
At this point, your machine has a host route to the peer. This means
that you can only make a connection with the host on the other side of
the link. If you want to add a default route entry (telling your machine
to send all packets without another routing entry to the other side of
the PPP link), enter the following command:
PPP ON awfulhak> add default HISADDR
идем в ppp.conf
и изучаем дефолтный конфиг:
papchap:
#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#
set phone PHONE_NUM
set authname USERNAME
set authkey PASSWORD
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR # Add a (sticky) default route
где все черным по белому написано, что add default HISADDR является ничем иным как Add a (sticky) default route.
Вопрос, а попытки прочтения даже не man-ов, а хотя бы дефолтных конфигов предпринимались?
Про kernel-ppp сказано было выше, там это не так тривиально видно, хотя тоже не суть проблема если поставить задачу прочесть или хотя бы пролистать man pppd.