У меня возникла проблема при настройке VPN-соединения в Mandriva Linux 2007. Часть вопросов отпала после прочтения мануала, составленного участниками форума (за что большое спасибо), а также http://pptpclient.sourceforge.net/howto-diagnosis.phtml. Однако, инет так до сих пор под Linux и не настроил. При попытке поднять туннель получаю:
Код: Выделить всё
[root@crypter /]# pppd pty 'pptp 192.168.123.1 --nolaunchpppd' call telenet debug dump logfd 2 nodetach
pppd options in effect:
debug # (from command line)
nodetach # (from command line)
logfd 2 # (from command line)
dump # (from command line)
noauth # (from /etc/ppp/options.pptp)
name crypter # (from /etc/ppp/peers/telenet)
remotename PPTP # (from /etc/ppp/peers/telenet)
# (from /etc/ppp/options.pptp)
pty pptp 192.168.123.1 --nolaunchpppd # (from command line)
noipdefault # (from /etc/ppp/options)
usepeerdns # (from /etc/ppp/options.pptp)
nobsdcomp # (from /etc/ppp/options.pptp)
nodeflate # (from /etc/ppp/options.pptp)
nomppe # (from /etc/ppp/options.pptp)
using channel 3
Using interface ppp0
Connect: ppp0 <--> /dev/pts/3
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x3066e85d> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x1 <auth eap> <magic 0x7ef26390>]
sent [LCP ConfAck id=0x1 <auth eap> <magic 0x7ef26390>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x3066e85d> <pcomp> <accomp>]
rcvd [EAP Request id=0x1 Identity <No message>]
sent [EAP Response id=0x1 Identity <Name "crypter">]
rcvd [EAP Request id=0x2 MD5-Challenge <Value *********************> <No name>]
sent [EAP Response id=0x2 MD5-Challenge <Value *********************> <Name "crypter">]
rcvd [EAP Success id=0x2]
EAP authentication succeeded
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [IPCP ConfReq id=0x1 <addr 192.168.123.1>]
sent [IPCP ConfAck id=0x1 <addr 192.168.123.1>]
rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01> <ms-dns3 0.0.0.0>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0>]
rcvd [IPCP ConfNak id=0x2 <addr 172.16.172.75> <ms-dns1 192.168.128.197>]
sent [IPCP ConfReq id=0x3 <addr 172.16.172.75> <ms-dns1 192.168.128.197>]
rcvd [IPCP ConfAck id=0x3 <addr 172.16.172.75> <ms-dns1 192.168.128.197>]
local IP address 172.16.172.75
remote IP address 192.168.123.1
primary DNS address 192.168.128.197
Script /etc/ppp/ip-up started (pid 4813)
Script /etc/ppp/ip-up finished (pid 4813), status = 0x0
Modem hangup
Connect time 2.0 minutes.
Sent 2602125808 bytes, received 0 bytes.
Script /etc/ppp/ip-down started (pid 4823)
Connection terminated.
Script pptp 192.168.123.1 --nolaunchpppd finished (pid 4807), status = 0x0
Script /etc/ppp/ip-down finished (pid 4823), status = 0x0nomppe прописал, т. к. шифрование не требуется (я прав?)
Подскажите, что сделать дальше?