ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] VPN - замучился !!!
@ 2008-02-13  7:35 Alexandr Petukhov
  2008-02-13  9:59 ` Alexei V. Mezin
  0 siblings, 1 reply; 8+ messages in thread
From: Alexandr Petukhov @ 2008-02-13  7:35 UTC (permalink / raw)
  To: ALT Linux Community general discussions

> Здравствуйте!
>
> Никак не могу настроить 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)
У меня так.... может вам поможет... удачи!


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-02-13 23:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-13  7:35 [Comm] VPN - замучился !!! Alexandr Petukhov
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

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