ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] VPN
@ 2003-05-10 13:56 Alexander V. Teplych
  2003-05-10 15:48 ` Pavel Tsybulin
  2003-05-13 19:25 ` [Comm] VPN Michael Shigorin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander V. Teplych @ 2003-05-10 13:56 UTC (permalink / raw)
  To: community

Установил и настроил pptp-client с помощью скрипта pptp-command в
диалоговом режиме в консоли...
Как сделать чтобы это соединение запускалось автоматически при включении
или по команде.
просто указание в /etc/ppp/options.pptp pty... как в описании к АЛМ2.2
не помогает, команда pppd call имя_туннеля ничего не делает, просто
висит...



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

* Re: [Comm] VPN
  2003-05-10 13:56 [Comm] VPN Alexander V. Teplych
@ 2003-05-10 15:48 ` Pavel Tsybulin
  2003-05-13 19:25 ` [Comm] VPN Michael Shigorin
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Tsybulin @ 2003-05-10 15:48 UTC (permalink / raw)
  To: community

On Saturday 10 May 2003 17:56, Alexander V. Teplych wrote:
> Установил и настроил pptp-client с помощью скрипта pptp-command в
> диалоговом режиме в консоли...
> Как сделать чтобы это соединение запускалось автоматически при включении
> или по команде.
> просто указание в /etc/ppp/options.pptp pty... как в описании к АЛМ2.2
> не помогает, команда pppd call имя_туннеля ничего не делает, просто
> висит...

что еще раз подтверждает недостаток всяких автоконфигурялок.
нет чтоб в доку RTFM свой сунуть )))

вот как у меня
Звоним на сервер с условныи именем alkorn  IP 10.10.10.1

[root@pasha root]# cat /etc/ppp/peers/alkorn
name pasha
remotename alkorn
noauth
noipx
persist
defaultroute
pty "/usr/sbin/pptp 10.10.10.1 --nolaunchpppd"
[root@pasha root]#

/etc/ppp/options можно посмотреть в /usr/share/doc/ppptp-client
на предмет всяких шифрований и криптований, какие вам надо.

[root@pasha root]# cat /etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client        server  secret                  IP addresses
pasha   alkorn  паролик
alkorn  pasha   паролик
[root@pasha root]#

а вот автозапуск ;

[root@pasha root]# cat /etc/rc.d/rc.local
#!/bin/sh
/usr/sbin/pppd call alkorn
[root@pasha root]#



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

* [Comm] Re: VPN
  2003-05-10 13:56 [Comm] VPN Alexander V. Teplych
  2003-05-10 15:48 ` Pavel Tsybulin
@ 2003-05-13 19:25 ` Michael Shigorin
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2003-05-13 19:25 UTC (permalink / raw)
  To: community

On Sat, May 10, 2003 at 09:56:53PM +0800, Alexander V. Teplych wrote:
> Установил и настроил pptp-client с помощью скрипта pptp-command в

если правильно помню -- сильно рекомендовали vtun; в природе
вроде как существует и пакет под альт, но я до него еще не
добрался :)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


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

end of thread, other threads:[~2003-05-13 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-10 13:56 [Comm] VPN Alexander V. Teplych
2003-05-10 15:48 ` Pavel Tsybulin
2003-05-13 19:25 ` [Comm] VPN Michael Shigorin

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