Re: как узнать какой шлюз назначен ppp ?
Читаем man pppd
SCRIPTS
Pppd invokes scripts at various stages in its processing which can be
used to perform site-specific ancillary processing.
These scripts are usually shell scripts, but could be executable code
files instead. Pppd does not wait for the scripts
to finish. The scripts are executed as root (with the real and effective
user-id set to 0), so that they can do things
such as update routing tables or run privileged daemons. Be careful that
the contents of these scripts do not compromise
your system's security. Pppd runs the scripts with standard input, output
and error redirected to /dev/null, and with an
environment that is empty except for some environment variables that
give information about the link. The environment
variables that pppd sets are:
DEVICE The name of the serial tty device being used.
IFNAME The name of the network interface being used.
IPLOCAL
The IP address for the local end of the link. This is only set
when IPCP has come up.
IPREMOTE
The IP address for the remote end of the link. This is only set
when IPCP has come up.
Имхо этот ипремоте и есть тот шлюз.
Далее
Pppd invokes the following scripts, if they exist. It is not an error if they
don't exist.
/etc/ppp/ip-up
A program or script which is executed when the link is available
for sending and receiving IP packets (that is,
IPCP has come up). It is executed with the parameters
interface-name tty-device speed local-IP-address remote-IP-address
ipparam
Т.е. если этот скрипт есть - он запустится при завершении стадии авторизации
и согласования параметро линка. Выковыривайте из него нужный параметр ремоте
ип адрес. Иначе читаем буквари по awk - там как раз был пример про то, как из
вывода команды выгрызть нужную инфу.
Ссылу, к сожалению, уже не помню
-*Название листа "Linux: разрешение вопросов, перспективы и общение";
Написать в лист: mailto:comp.soft.linux.discuss-list@subscribe.ru
Адрес правил листа http://subscribe.ru/catalog/comp.soft.linux.discuss/rules
Номер письма: 27036; Возраст листа: 1088; Участников: 1717
Адрес сайта рассылки: http://www.linuxrsp.ru
Адрес этого письма в архиве: http://subscribe.ru/archive/comp.soft.linux.discuss/msg/572507