ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: "\"Jury Levykin\" " <altcomm@list.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Compact pptp соединение
Date: Tue, 01 Jun 2004 00:10:51 +0400
Message-ID: <E1BUt7T-0003Gp-00.altcomm-list-ru@f10.mail.ru> (raw)

> > > Не получается настроить pptp соединение (подключение к серверу vpn).
> > > Дистрибутив - Compact.
> > > Есть описание из руководста по ALM 2.2, там описано как настроить
> > > соединение с помощью pptp-command, а в Compacte только pptp-config.
> > > Туннель я настроил. Не знаю как стартовать соединение.
> > > 
> > > прописал название туннеля в /etc/sysconfig/pptp
> > > # /etc/init.d/pptptonnel start
> > > (названия команд пишу по памяти, возможно с ошибками)
> > > 
> > > соединение судя по логам устанавливается но появляется непонятный 
> > > шлюз по умолчанию 1.1.1.1
> > > с помощью route удаляю шлюз и добавляю правильный - соединение
> > > рвется.
> > > 
> > > У меня совсем нет уверенности, в том, что я действую правильно.
> > > 
> > > Подскажите как настроить соединение в Compacte?
> > > Где почитать?
> > 
> > команда # pppd call tunnelName
> > выполняет подключение но добавляетются маршрут и шлюз с ip 1.1.1.1
> > - где прописать нужные ip и шлюз для pptp соединения?
> > 
> defaultroute должен быть в /etc/ppp/peer/tunnnel_name
> добавте в option.pptp строки:
> debug
> logfile /var/log/pptp.log
> и его сюда после подключения и пинга.

# cat logfile /var/log/pptp.log
Serial connection established.
using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/pts/0
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xbcc29bc1> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <asyncmap 0x0> <mru 1500> <magic 0x6c348e2b> <auth chap MD5>]
sent [LCP ConfAck id=0x1 <asyncmap 0x0> <mru 1500> <magic 0x6c348e2b> <auth chap MD5>]
rcvd [LCP ConfRej id=0x1 <accomp>]
sent [LCP ConfReq id=0x2 <asyncmap 0x0> <magic 0xbcc29bc1> <pcomp>]
rcvd [LCP ConfAck id=0x2 <asyncmap 0x0> <magic 0xbcc29bc1> <pcomp>]
rcvd [CHAP Challenge id=0x1 <30363939303932343137363239303939>, name = ""]
sent [CHAP Response id=0x1 <5ab0c3410fbc187d2390c0344f9bc78e>, name = "MyLogin"]
rcvd [CHAP Success id=0x1 "Welcome!!"]
CHAP authentication succeeded: Welcome!!
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0>]
rcvd [CCP ConfReq id=0x1]
sent [CCP ConfAck id=0x1]
rcvd [IPCP ConfReq id=0x1 <addr 1.1.1.1> <compress VJ 0f 01> <ms-dns1 213.170.64.33> <ms-dns3 213.170.65.33>]
sent [IPCP ConfRej id=0x1 <ms-dns1 213.170.64.33> <ms-dns3 213.170.65.33>]
rcvd [CCP ConfRej id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [CCP ConfReq id=0x2]
rcvd [IPCP ConfNak id=0x1 <addr 1.1.1.220>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 1.1.1.220>]
rcvd [IPCP ConfReq id=0x2 <addr 1.1.1.1> <compress VJ 0f 01>]
sent [IPCP ConfAck id=0x2 <addr 1.1.1.1> <compress VJ 0f 01>]
rcvd [CCP ConfAck id=0x2]
rcvd [IPCP ConfAck id=0x2 <compress VJ 0f 01> <addr 1.1.1.220>]
local  IP address 1.1.1.220
remote IP address 1.1.1.1
Script /etc/ppp/ip-up started (pid 1655)
Script /etc/ppp/ip-up finished (pid 1655), status = 0x0
Modem hangup
Script /etc/ppp/ip-down started (pid 1749)
Connection terminated.
Connect time 2.2 minutes.
Sent 3641395007 bytes, received 93 bytes.
Waiting for 2 child processes...
  script /etc/ppp/ip-down, pid 1749
  script /usr/sbin/pptp 192.168.150.1 --nolaunchpppd, pid 1639
Script /etc/ppp/ip-down finished (pid 1749), status = 0x0
Script /usr/sbin/pptp 192.168.150.1 --nolaunchpppd finished (pid 1639), status = 0x0
Connect time 2.2 minutes.
Sent 3641395007 bytes, received 93 bytes.

--------------------

# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
1.1.1.1         *               255.255.255.255 UH    0      0        0 ppp0
192.168.144.0   *               255.255.255.0   U     0      0        0 eth0
127.0.0.0       *               255.0.0.0       U     0      0        0 lo
default         1.1.1.1         0.0.0.0         UG    0      0        0 ppp0

-----------------------

# cat /etc/ppp/peer/tunnnel_name
#
# PPTP Tunnel configuration for tunnel quantum
# Server IP: 192.168.150.1
#
debug

pty "/usr/sbin/pptp 192.168.150.1 --nolaunchpppd"
connect /bin/true
defaultroute

# 
# Tags for CHAP secret selection
#
name MyLogin
remotename PPTP

#
# Tunnel name for ip-up.local or ip-up.d scripts
#
ipparam quantum

#
# Include the main PPTP configuration file
#
file /etc/ppp/options.pptp

Что не правильно?
Где нужно указать мой IP вместо 1.1.1.1 ?

До запуска туннеля таблица маршрутизации нормальная.



             reply	other threads:[~2004-05-31 20:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-31 20:10 "Jury Levykin"  [this message]
2004-05-31 21:30 ` Pavel Tsybulin

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=E1BUt7T-0003Gp-00.altcomm-list-ru@f10.mail.ru \
    --to=altcomm@list.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