ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexandr Petukhov <endymion-79@mail.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] VPN - замучился !!!
Date: Wed, 13 Feb 2008 10:35:26 +0300
Message-ID: <47B29DBE.507@mail.ru> (raw)

> Здравствуйте!
>
> Никак не могу настроить VPN подключение в AltLinux 4.0



1. Необходимые пакеты - ppp, pptp

2.Cоздаем файл krasnogorsk в /etc/ppp/peers, следущего содержания

Код
name ваш_логин
remotename krasnogorsk
debug
lock
noauth
nobsdcomp
nodeflate
defaultroute
updetach
noproxyarp
pty "/usr/sbin/pptp адрес_vpn_сервера --nolaunchpppd


3. Редактируем файл /etc/ppp/chap-secrets

Код
ваш_логин * ваш_пароль


4. Роутинг

все по дефолту, т.e. основной шлюз является вашим vpn-сервером
удаляем дефолтный маршрут, чтобы pppd на его место поставил ip, который 
ему выдаст провайдер
ip r d default
ip r a адрес_vpn_сервера via ваш_основной_шлюз


5.
pppd call krasnogorsk
подключение

6. отключение тривиальное
killall pppd


для удобства можно написать скрипт, управляющий vpn-соединением (читайте 
advanced bash scripting)
У меня так.... может вам поможет... удачи!


             reply	other threads:[~2008-02-13  7:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-13  7:35 Alexandr Petukhov [this message]
2008-02-13  9:59 ` Alexei V. Mezin
2008-02-13 10:07   ` Alexandr Petukhov
2008-02-13 10:13     ` Kirill A. Shutemov
2008-02-13 10:20       ` Alexei V. Mezin
2008-02-13 23:31         ` Michael Shigorin
2008-02-13 11:20   ` Peter Volkov
2008-02-13 11:56     ` Alexei V. Mezin

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=47B29DBE.507@mail.ru \
    --to=endymion-79@mail.ru \
    --cc=community@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 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