>Как сделать сабж? То есть если кто-то дозвонился на мой модем, выполнить
>команду route add host gate? Спасибо.
>
>PS. используется фряшный 5.3 pppd.
проще через ppp
на клиенте в ppp.conf добавить что-то из разряда:
add default 10.0.38.1
или
add default HISADDR
или для альтернативного маршрута:
add[!] dest[/nn] [mask] [gateway]
Dest is the destination IP address. The netmask is specified either
as a number of bits with /nn or as an IP number using mask. 0 0 or
simply 0 with no mask refers to the default route. It is also possi-
ble to use the literal name `default' instead of 0. Gateway is the
next hop gateway to get to the given dest machine/network. Refer to
the route(8) command for further details.