From: Alexander Vasiliev <vav@tascom.ru>
To: max <community@altlinux.ru>
Subject: Re: [Comm] пробл с VPN
Date: Fri, 15 Oct 2004 10:29:11 +0400
Message-ID: <20041015062910.GA3845@dennis.td.tascom.ru> (raw)
In-Reply-To: <1413526171.20041014204422@ankam26.ru>
On Thu, Oct 14, 2004 at 08:44:22PM +1200, khudyakov wrote:
>
> Оно запускается - чему подтверждение - логи, но потом с обоих
> сторон только sent... а приема нет в результате "зависание
> модема"
>
Похоже проблема с маршрутизацией.
После запуска pptp нужно оставить старый маршрут на pptp сервер
(чтобы GRE-туннель работал).
Все остальное пустить через новый default route.
На Windows это делаетс при установке соединения.
На Linux'е
#!/bin/sh
route add -host PPTP-SERVER gw OLD-GW
route add default gw NEW-GW
route del default gw OLD-GW
--
Александр Васильев
ЗАО "Таском"
vav@tascom.ru
next prev parent reply other threads:[~2004-10-15 6:29 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-14 5:28 khudyakov
2004-10-14 6:17 ` max
2004-10-14 6:20 ` max
2004-10-14 7:51 ` Re[2]: " khudyakov
2004-10-14 6:58 ` max
2004-10-14 8:07 ` Re[2]: " khudyakov
2004-10-14 7:50 ` khudyakov
2004-10-14 6:52 ` Pavel Sabirjanov
2004-10-14 7:02 ` max
2004-10-14 7:12 ` Pavel Sabirjanov
2004-10-14 8:21 ` Re[2]: " khudyakov
2004-10-14 7:26 ` Pavel Sabirjanov
2004-10-14 8:37 ` Re[2]: " khudyakov
2004-10-14 7:28 ` max
2004-10-14 8:42 ` Re[2]: " khudyakov
2004-10-14 8:13 ` max
2004-10-14 8:44 ` Re[2]: " khudyakov
2004-10-15 6:29 ` Alexander Vasiliev [this message]
2004-10-15 8:51 ` khudyakov
2004-10-15 10:56 ` Alexander Vasiliev
2004-10-14 7:58 ` Re[2]: " khudyakov
2004-10-14 7:03 ` Pavel Sabirjanov
2004-10-14 8:11 ` Re[2]: " khudyakov
2004-10-14 8:03 ` khudyakov
2004-10-14 7:09 ` max
2004-10-14 8:16 ` Re[2]: " khudyakov
2004-10-14 7:22 ` max
2004-10-14 8:17 ` Re[2]: " khudyakov
2004-10-14 7:55 ` Michael Holzman
2004-10-14 8:59 ` Re[2]: " khudyakov
2004-10-14 8:06 ` Michael Holzman
2004-10-14 10:01 ` Michael Holzman
2004-10-14 10:58 ` Re[4]: " khudyakov
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=20041015062910.GA3845@dennis.td.tascom.ru \
--to=vav@tascom.ru \
--cc=community@altlinux.ru \
/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 Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git