ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] pptp and Desktop4.0
@ 2007-12-21 14:55 Alexander Vasiliev
  2007-12-21 22:28 ` Michael Shigorin
  0 siblings, 1 reply; 16+ messages in thread
From: Alexander Vasiliev @ 2007-12-21 14:55 UTC (permalink / raw)
  To: community

Здравствуйте!
Помогите, пожалуйста, запустить pptp на Desktop4.0.
Соединение с pptp сервером проходит, интерфейс ppp0 поднимается,
статический маршрут на pptp-сервер прописан, Default route в 
таблице маршрутизации указан через ppp0. Сам pptp-сервер пингуется,
а через ppp0 не отвечает.

#ifconfig

eth0      Link encap:Ethernet  HWaddr 00:0F:EA:34:88:66  
          inet addr:10.200.5.113  Bcast:10.200.5.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:2144 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1376 errors:0 dropped:0 overruns:0 carrier:0      
          collisions:0 txqueuelen:1000 
          RX bytes:204611 (199.8 KiB) TX bytes:93530 (91.3 KiB)
          Interrupt:177                         

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1 Mask:255.0.0.0
          UP LOOPBACK RUNNING MTU:16436 Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0                     
          RX bytes:0 (0.0b) TX bytes:0 (0.0b)

ppp0      Link encap:Point-to-Point Protocol
          inet addr:172.16.1.86 P-t-P:172.16.0.1 Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1460 Metric:1
          RX packets:771 errors:381 dropped:0 overruns:0 frame:0
          TX packets:846 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3 
          RX bytes:35718 (34.8KiB) TX bytes:38721 (37.8KiB)

#ip route show
172.16.0.1 dev ppp0  proto kernel  scope link  src 172.16.1.86
10.200.5.0/24 dev eth0  proto kernel  scope link  src 10.200.5.113
10.0.0.0/8 via 10.200.5.1 dev eth0
default dev ppp0  scope link


/etc/net/ifaces/ppp0/options
ONBOOT=yes
PPPTYPE=pptp
PPTP_SERVER=10.200.4.11
REQUIRES=eth0

/etc/net/ifaces/ppp0/pppoptions
user mylogin
remotename Nlines
noauth
defaultroute
asyncmap 0
crtscts
lock
hide-password
local
noproxyarp
lcp-echo-interval 30
lcp-echo-failure 4
noipx


В /var/log/messages пишет:

Dec 18 09:52:51 localhost pppd[2394]: pppd 2.4.4 started by root, uid 0
Dec 18 09:52:51 localhost pptp[2405]: anon log[main:pptp.c:267]: The
synchronous pptp option is NOT activated
Dec 18 09:52:51 localhost pppd[2394]: Using interface ppp0
Dec 18 09:52:51 localhost pppd[2394]: Connect: ppp0 <--> /dev/pts/0
Dec 18 09:52:51 localhost pptp[2417]: anon log[ctrlp_rep:pptp_ctrl.c:251]:
Sent control packet type is 1 'Start-Control-Connection-Request'
Dec 18 09:52:51 localhost pptp[2417]: anon
log[ctrlp_disp:pptp_ctrl.c:738]: Received Start Control Connection Reply
Dec 18 09:52:51 localhost pptp[2417]: anon
log[ctrlp_disp:pptp_ctrl.c:772]: Client connection established.
Dec 18 09:52:51 localhost pptp[2417]: anon log[ctrlp_rep:pptp_ctrl.c:251]:
Sent control packet type is 7 'Outgoing-Call-Request'
Dec 18 09:52:51 localhost pptp[2417]: anon
log[ctrlp_disp:pptp_ctrl.c:857]: Received Outgoing Call Reply.
Dec 18 09:52:51 localhost pptp[2417]: anon
log[ctrlp_disp:pptp_ctrl.c:896]: Outgoing call established (call ID 0,
peer's call ID 24064).
Dec 18 09:52:51 localhost pppd[2394]: CHAP authentication succeeded:
Welcome!!
Dec 18 09:52:51 localhost pppd[2394]: Deflate (15) compression enabled
Dec 18 09:52:51 localhost pppd[2394]: local  IP address 172.16.1.86
Dec 18 09:52:51 localhost network: .
Dec 18 09:52:51 localhost network: .
Dec 18 09:52:51 localhost network: OK
Dec 18 09:52:51 localhost rc: Starting network: succeeded
...............................
Dec 18 09:53:48 localhost pptp[2417]: anon log[logecho:pptp_ctrl.c:676]:
Echo Reply received.


--
Александр Васильев



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

end of thread, other threads:[~2008-01-21 19:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-21 14:55 [Comm] pptp and Desktop4.0 Alexander Vasiliev
2007-12-21 22:28 ` Michael Shigorin
2007-12-22  6:10   ` vav
2007-12-22 12:11     ` Andriy Dobrovol`s`kii
2007-12-22 14:12         ` Andrii Dobrovol`s`kii
2007-12-22 14:52             ` Andriy Dobrovol`s`kii
2007-12-27  9:12                 ` Andriy Dobrovol`s`kii
2007-12-27 10:08                     ` Andriy Dobrovol`s`kii
2008-01-09 20:06                         ` Андрей Коновалов
2008-01-10 10:43                         ` Andriy Dobrovol`s`kii
2008-01-09 18:21                 ` Michael Shigorin
2008-01-21 19:25                     ` Michael Shigorin
2007-12-22 16:54           ` Michael Shigorin
2007-12-23 17:01             ` Andriy Dobrovol`s`kii
2007-12-24  7:24               ` Michael Shigorin
2007-12-25  8:33                 ` Andriy Dobrovol`s`kii

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