* [Comm] VPN: последовательность опций в options.pptp. Глюки?
@ 2004-09-27 12:37 Alexander Kuprin
2004-09-27 12:59 ` Slava Dubrovskiy
0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kuprin @ 2004-09-27 12:37 UTC (permalink / raw)
To: community
Добрый день.
Наткнулся на одну странность -- не пойму это глюк или фича. Имеется --
последняя бета ALM 2.4. Настраиваю vpn-сервер. /etc/options пустой, всё
вынес в /etc/ppp/options.pptpd
[root@gw ppp]# cat options.pptpd
lock
noipdefault
noauth
cleardefaultroute
name vpn.org.lps
proxyarp
nobsdcomp
nodeflate
refuse-pap
require-mppe
require-mschap
require-mschap-v2
ms-dns ns.org.lps
Настраиваю pptp-клиент. При помощи pptp-config создаю запись в
chap-secrets и туннель. В /etc/ppp/options.pptp прописал следующее:
lock
nodetach
noipdefault
cleardefaultroute
noauth
refuse-pap
require-mppe
require-mschap-v2
nobsdcomp
nodeflate
Пытаюсь запустить, получаю следующее
[root@lts ppp]# pppd call vpn_root
pppd: The remote system (vpn.org.lps) is required to authenticate itself
pppd: but I couldn't find any suitable secret (password) for it to use
to do so.
Ищу в Сети информацию, нахожу упоминание о том, что необходима опция
noauth. Но она присутствует. Методом случайного втыка, когда уже
начинаю закипать, определяю, что если noauth переместить в конец
options.pptp, то всё работает!:
[root@lts ppp]# pppd call vpn_root
Serial connection established.
using channel 49
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xdbd653d2> <pcomp>
<accomp>]
...skip...
Кто-нибудь на такое наступал?
--
WBR, Alexander Kuprin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] VPN: последовательность опций в options.pptp. Глюки?
2004-09-27 12:37 [Comm] VPN: последовательность опций в options.pptp. Глюки? Alexander Kuprin
@ 2004-09-27 12:59 ` Slava Dubrovskiy
2004-09-27 13:17 ` Alexander Kuprin
0 siblings, 1 reply; 5+ messages in thread
From: Slava Dubrovskiy @ 2004-09-27 12:59 UTC (permalink / raw)
To: community
Alexander Kuprin пишет:
>Кто-нибудь на такое наступал?
>
>
Я наступил недавно на что-то подобное. Правда решилось по другому. По
умолчанию pptpd берет настройки из /etc/ppp/options, а в конфиге строчка
option /etc/ppp/options.pptpd закоментирована :-( . Вот и настраивал не то.
С уважением,
Дубровский Вячеслав.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] VPN: последовательность опций в options.pptp. Глюки?
2004-09-27 12:59 ` Slava Dubrovskiy
@ 2004-09-27 13:17 ` Alexander Kuprin
2004-09-27 15:16 ` Andrey Orlov
0 siblings, 1 reply; 5+ messages in thread
From: Alexander Kuprin @ 2004-09-27 13:17 UTC (permalink / raw)
To: community
On Monday 27 September 2004 15:59, Slava Dubrovskiy wrote:
> >Кто-нибудь на такое наступал?
>
> Я наступил недавно на что-то подобное. Правда решилось по другому. По
> умолчанию pptpd берет настройки из /etc/ppp/options, а в конфиге
> строчка option /etc/ppp/options.pptpd закоментирована :-( . Вот и
> настраивал не то.
Нет, Вячеслав, это чуть-чуть другое. В моём случае все пути указаны
верно, а простая смена позиции опции noauth в /etc/ppp/options.pptp на
стороне клиента приводит к невозможности подключения. Хорошо если бы
кто-то из читающих рассылку, проверил это у себя и в том случае, если
такая проблема повторяется, дописать пару строк в README.alt пакета
pptp-client. Местами такие тонкости очень напрягают, т.к. вылезают в
самый неподходящий момент.
--
WBR, Alexander Kuprin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] VPN: последовательность опций в options.pptp. Глюки?
2004-09-27 13:17 ` Alexander Kuprin
@ 2004-09-27 15:16 ` Andrey Orlov
2004-09-27 15:42 ` Alexander Kuprin
0 siblings, 1 reply; 5+ messages in thread
From: Andrey Orlov @ 2004-09-27 15:16 UTC (permalink / raw)
To: community
On Monday 27 September 2004 17:17, Alexander Kuprin wrote:
> Нет, Вячеслав, это чуть-чуть другое. В моём случае все пути указаны
> верно, а простая смена позиции опции noauth в /etc/ppp/options.pptp на
> стороне клиента приводит к невозможности подключения. Хорошо если бы
> кто-то из читающих рассылку, проверил это у себя и в том случае, если
Подтверждаю.
--
WthBstRgrds -- Андрей Орлов --
--- http: www.neural.ru, mail: cray@neural.ru, jid: cray@altlinux.org ---
----------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Comm] VPN: последовательность опций в options.pptp. Глюки?
2004-09-27 15:16 ` Andrey Orlov
@ 2004-09-27 15:42 ` Alexander Kuprin
0 siblings, 0 replies; 5+ messages in thread
From: Alexander Kuprin @ 2004-09-27 15:42 UTC (permalink / raw)
To: community
On Monday 27 September 2004 18:16, Andrey Orlov wrote:
> On Monday 27 September 2004 17:17, Alexander Kuprin wrote:
> > Нет, Вячеслав, это чуть-чуть другое. В моём случае все пути указаны
> > верно, а простая смена позиции опции noauth в /etc/ppp/options.pptp
> > на стороне клиента приводит к невозможности подключения. Хорошо
> > если бы кто-то из читающих рассылку, проверил это у себя и в том
> > случае, если
>
> Подтверждаю.
Вот! Значит это не мои кривые руки. Это радует. Написал мантейнеру
пакета -- посмотрим, что скажет.
--
WBR, Alexander Kuprin
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-09-27 15:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-09-27 12:37 [Comm] VPN: последовательность опций в options.pptp. Глюки? Alexander Kuprin
2004-09-27 12:59 ` Slava Dubrovskiy
2004-09-27 13:17 ` Alexander Kuprin
2004-09-27 15:16 ` Andrey Orlov
2004-09-27 15:42 ` Alexander Kuprin
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