Есть локальная сеть, IP в ней выдается DHCP сервером. Интернет предоставляется через PPTP. Вот страница с настройками провайдера:
http://www.inetvl.ru/client/articles/vpn2k-xp/
Вот настройки локальной сети:
Вот интернет настроенный на компьютере:
Настройки роутера:
----LAN----
Router IP Address : 192.168.29.26
Default Subnet Mask : 255.255.255.0
DHCP - выключен
UPnP - выключен
----WAN----
Russia PPTP(DA)
Dynamic IP
Server IP/Name : 172.16.0.13
PPTP Account : UserName
PPTP Password : Pass
PPTP Retype password : Pass
Maximum Idle Time : 5 Minutes
MTU : 1240
Connect mode select : Manual
При всем этом при подключении выдает вот такой лог:
notice pppd 2.4.3 started by root, uid 0
info Using interface ppp0
notice Connect: ppp0 '--' /dev/pts/0
notice anon log[main:pptp.c:269]: The synchronous pptp option is NOT activated
notice anon log[main:pptp.c:321]: Find an open pty/tty pair: ! launchpppd
notice anon log[main:pptp.c:329]: Open connection to call manager
notice anon log[callmgr_main:pptp_callmgr.c:124]: callmgr_main: Open sockets
notice anon log[open_inetsock:pptp_callmgr.c:318]: open_inetsock start
notice anon log[open_inetsock:pptp_callmgr.c:342]: open_inetsock end
notice anon log[callmgr_main:pptp_callmgr.c:131]: callmgr_main: FORK and return status to calling process
notice anon log[pptp_conn_open:pptp_ctrl.c:325]: Open new pptp_connection: pptp_send_ctrl_packet
notice anon log[ctrlp_rep:pptp_ctrl.c:264]: Sent control packet type is 1 'Start-Control-Connection-Request'
notice anon log[ctrlp_disp:pptp_ctrl.c:815]: Received Start Control Connection Reply
notice anon log[ctrlp_disp:pptp_ctrl.c:851]: Client connection established.
notice anon log[pptp_call_open:pptp_ctrl.c:419]: pptp_call_open: pptp_send_ctrl_packet
notice anon log[ctrlp_rep:pptp_ctrl.c:264]: Sent control packet type is 7 'Outgoing-Call-Request'
notice anon log[ctrlp_disp:pptp_ctrl.c:937]: Received Outgoing Call Reply.
notice anon log[ctrlp_disp:pptp_ctrl.c:977]: Outgoing call established (call ID 0, peer's call ID 11648).
info LCP terminated by peer (MPPE required but peer refused)
notice anon log[pptp_read_some:pptp_ctrl.c:596]: read returned zero, peer has closed
notice anon log[callmgr_main:pptp_callmgr.c:271]: Closing connection
notice anon log[ctrlp_rep:pptp_ctrl.c:264]: Sent control packet type is 12 'Call-Clear-Request'
notice anon log[pptp_read_some:pptp_ctrl.c:596]: read returned zero, peer has closed
notice anon log[pptp_read_some:pptp_ctrl.c:596]: read returned zero, peer has closed
notice Modem hangup
notice ppp auth: Connection terminated.
info Exit.
notice anon log[pptp_send_ctrl_packet:pptp_ctrl.c:686]: write error: Broken pipe
notice anon log[call_callback:pptp_callmgr.c:78]: Closing connection
notice anon log[pptp_conn_close:pptp_ctrl.c:488]: Closing PPTP connection
notice anon log[pptp_write_some:pptp_ctrl.c:567]: write error: Bad file descriptor
notice anon log[ctrlp_rep:pptp_ctrl.c:264]: Buffered control packet type is 3 'Stop-Control-Connection-Request'
Что делать?