From: "Костарев Алексей" <kaf@nevod.ru>
To: ALT Linux sysadmin discuss <sysadmins@lists.altlinux.org>
Subject: Re: [Sysadmins] передача маршрута клиенту
Date: Tue, 05 May 2009 11:23:04 +0600
Message-ID: <49FFCD38.9060102@nevod.ru> (raw)
In-Reply-To: <200905050742.25946.skompan@kspu.kr.ua>
Serge пишет:
> В сообщении от Tuesday 05 May 2009 01:44:21 Dmitry Lebkov написал(а):
>
>> On 04.05.2009 20:32, Serge wrote:
>>
>>> Здравствуйте!
>>> организован vpn средствами pptpd, freeradius.
>>> Клиенту выдается динамически адрес из сети 10.0.0.0/24
>>> на клиенте что бы все работало я должен прописывать маршрут
>>> route add 10.0.0.0 mask 255.255.255.0 <ip-полученый динамически>
>>> Как автоматически передавать такой маршрут клиенту
>>>
Мне кажется в команде не все корректно - что описывает указанный вариант
запуска - подсеть?
Есть два варианта запуска команды:
route add -net 10.0.0.0 mask 255.255.255.0 pppx
Где
pppx - выделенный интерфейс
Правда обычно надо определять не саму подсеть, а шлюз
В этом случае:
route add default gw адрес_шлюза
И в том и другом случае необходимо прописать в /etc/ppp/ip-up.d/ скрипт
в котором и запустить требуемые команды.
Скрипту pppd передает все необходимые параметры (см man pppd)
interface-name tty-device speed local-IP-address remote-IP-address ipparam
Так что стройте любой роутинг, какой пожелаете...
--
С Уважением
Директор ООО НЕВОД
Костарев А.Ф.
next prev parent reply other threads:[~2009-05-05 5:23 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-04 9:32 Serge
2009-05-04 10:18 ` Sergey
2009-05-04 15:09 ` Serge
2009-05-04 17:38 ` Sergey
2009-05-04 18:22 ` Serge
2009-05-04 18:59 ` Afanasov Dmitry
2009-05-08 16:41 ` Serge
2009-05-04 12:21 ` Afanasov Dmitry
2009-05-04 22:44 ` Dmitry Lebkov
2009-05-05 4:42 ` Serge
2009-05-05 5:23 ` Костарев Алексей [this message]
2009-05-05 18:28 ` Serge
2009-05-05 6:04 ` Sergey
2009-05-05 12:10 ` Mike Almateia
2009-05-06 16:13 ` Denis Nazarov
2009-05-06 16:18 ` Denis Nazarov
2009-05-06 18:50 ` Denis Kuznetsov
2009-05-07 13:21 ` Gennadii Redko
2009-05-08 16:43 ` Serge
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49FFCD38.9060102@nevod.ru \
--to=kaf@nevod.ru \
--cc=sysadmins@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux sysadmins discussion
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \
sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com
public-inbox-index sysadmins
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sysadmins
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git