* Re: [Comm] Compact pptp соединение
@ 2004-05-31 20:10 "Jury Levykin"
2004-05-31 21:30 ` Pavel Tsybulin
0 siblings, 1 reply; 2+ messages in thread
From: "Jury Levykin" @ 2004-05-31 20:10 UTC (permalink / raw)
To: community
> > > Не получается настроить 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 ?
До запуска туннеля таблица маршрутизации нормальная.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Comm] Compact pptp соединение
2004-05-31 20:10 [Comm] Compact pptp соединение "Jury Levykin"
@ 2004-05-31 21:30 ` Pavel Tsybulin
0 siblings, 0 replies; 2+ messages in thread
From: Pavel Tsybulin @ 2004-05-31 21:30 UTC (permalink / raw)
To: community
On Tue, Jun 01, 2004 at 12:10:51AM +0400, "Jury Levykin" wrote:
> > > > Не получается настроить pptp соединение (подключение к серверу vpn).
> # 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
# вот сюда еще одну строку формата local_ip:remote_ip
ваш.ip.адрес.тут:ip.адрес.сервера.там
>
> Где нужно указать мой IP вместо 1.1.1.1 ?
>
--
Pavel Tsybulin,
ZX Spectrum system administrator
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-05-31 21:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-31 20:10 [Comm] Compact pptp соединение "Jury Levykin"
2004-05-31 21:30 ` Pavel Tsybulin
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