The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"mpd5 server+client на одной машине."
Вариант для распечатки  
Пред. тема | След. тема 
Форум Открытые системы на сервере (Dialup, PPP / FreeBSD)
Изначальное сообщение [ Отслеживать ]

"mpd5 server+client на одной машине."  +/
Сообщение от oligarh email(ok) on 26-Сен-11, 00:43 
Здравствуйте, коллеги!
Волею судеб сложилось так что мне нужно на одном сервере быть впн-сервером и впн-клиентом, с сервером проблем не возникло, соединяются к  нему все без проблем, а вот как мне соединиться с другим офисом? конфиг:
beer# cat /usr/local/etc/mpd5/mpd.conf
#################################################################
#################################################################

startup:
        # configure mpd users
        set user foo bar admin
        set user foo1 bar1
        # configure the console
        set console self 127.0.0.1 5005
        set console open
        # configure the web server
        set web self 192.168.23.1 5006
        set web open
default:
        load vpn
        load pptp_client
vpn:

# Define dynamic IP address pool.
        #set ippool add poolstat 192.168.0.2 192.168.0.100
        set ippool add poolstat 192.168.23.2 192.168.23.100
# Create clonable bundle template named B
        create bundle template B
        set iface enable proxy-arp
        set iface idle 1800
        set iface enable tcpmssfix
        set ipcp yes vjcomp
# Specify IP address pool for dynamic assigment.
        set ipcp ranges 192.168.23.1/24 ippool poolstat
        set ipcp dns 8.8.8.8 88.210.50.97 212.118.32.100
#       set ipcp nbns 192.168.1.4
# The five lines below enable Microsoft Point-to-Point encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
        set bundle enable compression
        set ccp yes mppc
        set mppc yes e40
        set mppc yes e128
        set mppc yes stateless

# Create clonable link template named L
        create link template L pptp
# Set bundle template to use
        set link action bundle B
# Multilink adds some overhead, but gives full 1500 MTU.
        set link enable multilink
        set link yes acfcomp protocomp
        set link no pap chap
        set link enable chap
# We can use use RADIUS authentication/accounting by including
# another config section with label 'radius'.
#       load radius
        set link keep-alive 10 60
# We reducing link mtu to avoid GRE packet fragmentation.
        set link mtu 1460
# Configure PPTP
        set pptp self 198.211.192.97
# Allow to accept calls
        set link enable incoming

##############
#       set auth authname "server.rus"
#       set auth password coX_9946
#       set pptp peer 88.87.18.10


pptp_client:
#
# PPTP client: only outgoing calls, auto reconnect,
# ipcp-negotiated address, one-sided authentication,
# default route points on ISP's end
#

create bundle static B1
#set iface route default
set ipcp ranges 0.0.0.0/0 0.0.0.0/0

create link static L1 pptp
set link action bundle B1
set auth authname server.rus
set auth password  coX_9946
set link max-redial 0
set link mtu 1460
set link keep-alive 20 75
set pptp peer 88.87.18.10
set pptp disable windowing
open
beer#

подскажите что не так плиз!

Ответить | Правка | Cообщить модератору

Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "mpd5 server+client на одной машине."  +/
Сообщение от suslic (ok) on 27-Сен-11, 10:53 
Почему пиво забыл ??))) Была же команда

beer#

>[оверквотинг удален]
> set auth authname server.rus
> set auth password  coX_9946
> set link max-redial 0
> set link mtu 1460
> set link keep-alive 20 75
> set pptp peer 88.87.18.10
> set pptp disable windowing
> open
> beer#
> подскажите что не так плиз!

Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

2. "mpd5 server+client на одной машине."  +/
Сообщение от universite (ok) on 27-Сен-11, 17:37 

>[оверквотинг удален]
> set auth authname server.rus
> set auth password  coX_9946
> set link max-redial 0
> set link mtu 1460
> set link keep-alive 20 75
> set pptp peer 88.87.18.10
> set pptp disable windowing
> open
> beer#
> подскажите что не так плиз!

пробелы слева выставите.

Ответить | Правка | ^ к родителю #0 | Наверх | Cообщить модератору

3. "mpd5 server+client на одной машине."  +/
Сообщение от oligarh email(ok) on 27-Сен-11, 21:09 
>[оверквотинг удален]
>> set auth password  coX_9946
>> set link max-redial 0
>> set link mtu 1460
>> set link keep-alive 20 75
>> set pptp peer 88.87.18.10
>> set pptp disable windowing
>> open
>> beer#
>> подскажите что не так плиз!
> пробелы слева выставите.

А причем тут пробелы?вообще гдето читал что мпд не любит пробелы  лучше пользоаться табуляцией, однако выставил табуляюцию и ничего не изменилось

Sep 28 00:20:39 beer mpd: [L1] Link: reconnection attempt 23 in 4 seconds
Sep 28 00:20:43 beer mpd: [L1] Link: reconnection attempt 23
Sep 28 00:20:43 beer mpd: [L1] PPTP call successful
Sep 28 00:20:43 beer mpd: [L1] Link: UP event
Sep 28 00:20:43 beer mpd: [L1] LCP: Up event
Sep 28 00:20:43 beer mpd: [L1] LCP: state change Starting --> Req-Sent
Sep 28 00:20:43 beer mpd: [L1] LCP: SendConfigReq #86
Sep 28 00:20:43 beer mpd: [L1]   ACFCOMP
Sep 28 00:20:43 beer mpd: [L1]   PROTOCOMP
Sep 28 00:20:43 beer mpd: [L1]   ACCMAP 0x000a0000
Sep 28 00:20:43 beer mpd: [L1]   MRU 1500
Sep 28 00:20:43 beer mpd: [L1]   MAGICNUM 540d2d22
Sep 28 00:20:43 beer mpd: [L1] LCP: rec'd Configure Request #0 (Req-Sent)
Sep 28 00:20:43 beer mpd: [L1]   MRU 1400
Sep 28 00:20:43 beer mpd: [L1]   AUTHPROTO EAP
Sep 28 00:20:43 beer mpd: [L1]   MAGICNUM 5aa80d2a
Sep 28 00:20:43 beer mpd: [L1]   PROTOCOMP
Sep 28 00:20:43 beer mpd: [L1]   ACFCOMP
Sep 28 00:20:43 beer mpd: [L1]   CALLBACK 6
Sep 28 00:20:43 beer mpd: [L1]   MP MRRU 1614
Sep 28 00:20:43 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 28 00:20:43 beer mpd: [L1] LCP: SendConfigRej #0
Sep 28 00:20:43 beer mpd: [L1]   CALLBACK 6
Sep 28 00:20:43 beer mpd: [L1]   MP MRRU 1614
Sep 28 00:20:43 beer mpd: [L1] LCP: rec'd Configure Ack #86 (Req-Sent)
Sep 28 00:20:43 beer mpd: [L1]   ACFCOMP
Sep 28 00:20:43 beer mpd: [L1]   PROTOCOMP
Sep 28 00:20:43 beer mpd: [L1]   ACCMAP 0x000a0000
Sep 28 00:20:43 beer mpd: [L1]   MRU 1500
Sep 28 00:20:43 beer mpd: [L1]   MAGICNUM 540d2d22
Sep 28 00:20:43 beer mpd: [L1] LCP: state change Req-Sent --> Ack-Rcvd
Sep 28 00:20:43 beer mpd: [L1] LCP: rec'd Configure Request #1 (Ack-Rcvd)
Sep 28 00:20:43 beer mpd: [L1]   MRU 1400
Sep 28 00:20:43 beer mpd: [L1]   AUTHPROTO EAP
Sep 28 00:20:43 beer mpd: [L1]   MAGICNUM 5aa80d2a
Sep 28 00:20:43 beer mpd: [L1]   PROTOCOMP
Sep 28 00:20:43 beer mpd: [L1]   ACFCOMP
Sep 28 00:20:43 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 28 00:20:43 beer mpd: [L1] LCP: SendConfigAck #1
Sep 28 00:20:43 beer mpd: [L1]   MRU 1400
Sep 28 00:20:43 beer mpd: [L1]   AUTHPROTO EAP
Sep 28 00:20:43 beer mpd: [L1]   MAGICNUM 5aa80d2a
Sep 28 00:20:43 beer mpd: [L1]   PROTOCOMP
Sep 28 00:20:43 beer mpd: [L1]   ACFCOMP
Sep 28 00:20:43 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 28 00:20:43 beer mpd: [L1] LCP: state change Ack-Rcvd --> Opened
Sep 28 00:20:43 beer mpd: [L1] LCP: auth: peer wants EAP, I want nothing
Sep 28 00:20:43 beer mpd: [L1] LCP: LayerUp
Sep 28 00:20:44 beer mpd: [L1] EAP: rec'd REQUEST #0 len: 5, type: Identity
Sep 28 00:20:44 beer mpd: [L1] EAP: sending RESPONSE #0 len: 15, type: Identity
Sep 28 00:20:44 beer mpd: [L1] EAP: rec'd REQUEST #1 len: 33, type: UNKNOWN
Sep 28 00:20:44 beer mpd: [L1] EAP: Type UNKNOWN not supported
Sep 28 00:20:44 beer mpd: [L1] EAP: sending RESPONSE #1 len: 6, type: Nak
Sep 28 00:20:44 beer mpd: [L1] EAP: rec'd FAILURE #1 len: 4
Sep 28 00:20:44 beer mpd: [L1] LCP: authorization failed
Sep 28 00:20:44 beer mpd: [L1] LCP: parameter negotiation failed
Sep 28 00:20:44 beer mpd: [L1] LCP: state change Opened --> Stopping
Sep 28 00:20:44 beer mpd: [L1] LCP: SendTerminateReq #87
Sep 28 00:20:44 beer mpd: [L1] LCP: LayerDown
Sep 28 00:20:44 beer mpd: [L1] LCP: rec'd Terminate Request #4 (Stopping)
Sep 28 00:20:44 beer mpd: [L1] LCP: SendTerminateAck #88
Sep 28 00:20:44 beer mpd: [L1] LCP: rec'd Terminate Ack #87 (Stopping)
Sep 28 00:20:44 beer mpd: [L1] LCP: state change Stopping --> Stopped
Sep 28 00:20:44 beer mpd: [L1] LCP: LayerFinish
Sep 28 00:20:44 beer mpd: [L1] PPTP call terminated
Sep 28 00:20:44 beer mpd: [L1] Link: DOWN event
Sep 28 00:20:44 beer mpd: [L1] LCP: Down event
Sep 28 00:20:44 beer mpd: [L1] LCP: state change Stopped --> Starting
Sep 28 00:20:44 beer mpd: [L1] LCP: LayerStart
Sep 28 00:20:44 beer mpd: [L1] Link: reconnection attempt 24 in 4 seconds
^C

Ответить | Правка | ^ к родителю #2 | Наверх | Cообщить модератору

4. "mpd5 server+client на одной машине."  +/
Сообщение от universite email(ok) on 27-Сен-11, 21:30 
>[оверквотинг удален]
>>> set link mtu 1460
>>> set link keep-alive 20 75
>>> set pptp peer 88.87.18.10
>>> set pptp disable windowing
>>> open
>>> beer#
>>> подскажите что не так плиз!
>> пробелы слева выставите.
> А причем тут пробелы?вообще гдето читал что мпд не любит пробелы  
> лучше пользоаться табуляцией, однако выставил табуляюцию и ничего не изменилось

Уговорили. Отбейте слева табуляторами.
У меня точно такой же работающий конфиг pptp клиента, только без опции set link mtu 1460
Еще посмотрите настройки firewall

Ответить | Правка | ^ к родителю #3 | Наверх | Cообщить модератору

5. "mpd5 server+client на одной машине."  +/
Сообщение от oligarh email(ok) on 28-Сен-11, 21:53 
>[оверквотинг удален]
>>>> open
>>>> beer#
>>>> подскажите что не так плиз!
>>> пробелы слева выставите.
>> А причем тут пробелы?вообще гдето читал что мпд не любит пробелы
>> лучше пользоаться табуляцией, однако выставил табуляюцию и ничего не изменилось
> Уговорили. Отбейте слева табуляторами.
> У меня точно такой же работающий конфиг pptp клиента, только без опции
> set link mtu 1460
> Еще посмотрите настройки firewall

хм, закоментил mtu, ipfw остновил, не коннектится, у вас какие параметры в rc.comf?
у меня mpd_enable="YES" mpd_flags="-b"

log:

Sep 29 01:03:47 beer mpd: Multi-link PPP daemon for FreeBSD
Sep 29 01:03:47 beer mpd:
Sep 29 01:03:47 beer mpd: process 40425 started, version 5.5 (root@beer 18:32 30-Jul-2011)
Sep 29 01:03:47 beer mpd: [B1] Bundle: Interface ng0 created
Sep 29 01:03:47 beer mpd: [L1] Link: OPEN event
Sep 29 01:03:47 beer mpd: [L1] LCP: Open event
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Initial --> Starting
Sep 29 01:03:47 beer mpd: [L1] LCP: LayerStart
Sep 29 01:03:47 beer mpd: [L1] PPTP call successful
Sep 29 01:03:47 beer mpd: [L1] Link: UP event
Sep 29 01:03:47 beer mpd: [L1] LCP: Up event
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Starting --> Req-Sent
Sep 29 01:03:47 beer mpd: [L1] LCP: SendConfigReq #1
Sep 29 01:03:47 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:47 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:47 beer mpd: [L1]   ACCMAP 0x000a0000
Sep 29 01:03:47 beer mpd: [L1]   MRU 1500
Sep 29 01:03:47 beer mpd: [L1]   MAGICNUM 0aa12a09
Sep 29 01:03:47 beer mpd: [L1] LCP: rec'd Configure Request #0 (Req-Sent)
Sep 29 01:03:47 beer mpd: [L1]   MRU 1400
Sep 29 01:03:47 beer mpd: [L1]   AUTHPROTO EAP
Sep 29 01:03:47 beer mpd: [L1]   MAGICNUM 448a6080
Sep 29 01:03:47 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:47 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:47 beer mpd: [L1]   CALLBACK 6
Sep 29 01:03:47 beer mpd: [L1]   MP MRRU 1614
Sep 29 01:03:47 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 29 01:03:47 beer mpd: [L1] LCP: SendConfigRej #0
Sep 29 01:03:47 beer mpd: [L1]   CALLBACK 6
Sep 29 01:03:47 beer mpd: [L1]   MP MRRU 1614
Sep 29 01:03:47 beer mpd: [L1] LCP: rec'd Configure Ack #1 (Req-Sent)
Sep 29 01:03:47 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:47 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:47 beer mpd: [L1]   ACCMAP 0x000a0000
Sep 29 01:03:47 beer mpd: [L1]   MRU 1500
Sep 29 01:03:47 beer mpd: [L1]   MAGICNUM 0aa12a09
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Req-Sent --> Ack-Rcvd
Sep 29 01:03:47 beer mpd: [L1] LCP: rec'd Configure Request #1 (Ack-Rcvd)
Sep 29 01:03:47 beer mpd: [L1]   MRU 1400
Sep 29 01:03:47 beer mpd: [L1]   AUTHPROTO EAP
Sep 29 01:03:47 beer mpd: [L1]   MAGICNUM 448a6080
Sep 29 01:03:47 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:47 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:47 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 29 01:03:47 beer mpd: [L1] LCP: SendConfigAck #1
Sep 29 01:03:47 beer mpd: [L1]   MRU 1400
Sep 29 01:03:47 beer mpd: [L1]   AUTHPROTO EAP
Sep 29 01:03:47 beer mpd: [L1]   MAGICNUM 448a6080
Sep 29 01:03:47 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:47 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:47 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Ack-Rcvd --> Opened
Sep 29 01:03:47 beer mpd: [L1] LCP: auth: peer wants EAP, I want nothing
Sep 29 01:03:47 beer mpd: [L1] LCP: LayerUp
Sep 29 01:03:47 beer mpd: [L1] EAP: rec'd REQUEST #0 len: 5, type: Identity
Sep 29 01:03:47 beer mpd: [L1] EAP: sending RESPONSE #0 len: 15, type: Identity
Sep 29 01:03:47 beer mpd: [L1] EAP: rec'd REQUEST #1 len: 33, type: UNKNOWN
Sep 29 01:03:47 beer mpd: [L1] EAP: Type UNKNOWN not supported
Sep 29 01:03:47 beer mpd: [L1] EAP: sending RESPONSE #1 len: 6, type: Nak
Sep 29 01:03:47 beer mpd: [L1] EAP: rec'd FAILURE #1 len: 4
Sep 29 01:03:47 beer mpd: [L1] LCP: authorization failed
Sep 29 01:03:47 beer mpd: [L1] LCP: parameter negotiation failed
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Opened --> Stopping
Sep 29 01:03:47 beer mpd: [L1] LCP: SendTerminateReq #2
Sep 29 01:03:47 beer mpd: [L1] LCP: LayerDown
Sep 29 01:03:47 beer mpd: [L1] LCP: rec'd Terminate Request #4 (Stopping)
Sep 29 01:03:47 beer mpd: [L1] LCP: SendTerminateAck #3
Sep 29 01:03:47 beer mpd: [L1] LCP: rec'd Terminate Ack #2 (Stopping)
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Stopping --> Stopped
Sep 29 01:03:47 beer mpd: [L1] LCP: LayerFinish
Sep 29 01:03:47 beer mpd: [L1] PPTP call terminated
Sep 29 01:03:47 beer mpd: [L1] Link: DOWN event
Sep 29 01:03:47 beer mpd: [L1] LCP: Down event
Sep 29 01:03:47 beer mpd: [L1] LCP: state change Stopped --> Starting
Sep 29 01:03:47 beer mpd: [L1] LCP: LayerStart
Sep 29 01:03:47 beer mpd: [L1] Link: reconnection attempt 1 in 3 seconds
Sep 29 01:03:50 beer mpd: [L1] Link: reconnection attempt 1
Sep 29 01:03:51 beer mpd: [L1] PPTP call successful
Sep 29 01:03:51 beer mpd: [L1] Link: UP event
Sep 29 01:03:51 beer mpd: [L1] LCP: Up event
Sep 29 01:03:51 beer mpd: [L1] LCP: state change Starting --> Req-Sent
Sep 29 01:03:51 beer mpd: [L1] LCP: SendConfigReq #4
Sep 29 01:03:51 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:51 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:51 beer mpd: [L1]   ACCMAP 0x000a0000
Sep 29 01:03:51 beer mpd: [L1]   MRU 1500
Sep 29 01:03:51 beer mpd: [L1]   MAGICNUM 5caf5165
Sep 29 01:03:51 beer mpd: [L1] LCP: rec'd Configure Request #0 (Req-Sent)
Sep 29 01:03:51 beer mpd: [L1]   MRU 1400
Sep 29 01:03:51 beer mpd: [L1]   AUTHPROTO EAP
Sep 29 01:03:51 beer mpd: [L1]   MAGICNUM 72fc0764
Sep 29 01:03:51 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:51 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:51 beer mpd: [L1]   CALLBACK 6
Sep 29 01:03:51 beer mpd: [L1]   MP MRRU 1614
Sep 29 01:03:51 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 29 01:03:51 beer mpd: [L1] LCP: SendConfigRej #0
Sep 29 01:03:51 beer mpd: [L1]   CALLBACK 6
Sep 29 01:03:51 beer mpd: [L1]   MP MRRU 1614
Sep 29 01:03:51 beer mpd: [L1] LCP: rec'd Configure Ack #4 (Req-Sent)
Sep 29 01:03:51 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:51 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:51 beer mpd: [L1]   ACCMAP 0x000a0000
Sep 29 01:03:51 beer mpd: [L1]   MRU 1500
Sep 29 01:03:51 beer mpd: [L1]   MAGICNUM 5caf5165
Sep 29 01:03:51 beer mpd: [L1] LCP: state change Req-Sent --> Ack-Rcvd
Sep 29 01:03:51 beer mpd: [L1] LCP: rec'd Configure Request #1 (Ack-Rcvd)
Sep 29 01:03:51 beer mpd: [L1]   MRU 1400
Sep 29 01:03:51 beer mpd: [L1]   AUTHPROTO EAP
Sep 29 01:03:51 beer mpd: [L1]   MAGICNUM 72fc0764
Sep 29 01:03:51 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:51 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:51 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 29 01:03:51 beer mpd: [L1] LCP: SendConfigAck #1
Sep 29 01:03:51 beer mpd: [L1]   MRU 1400
Sep 29 01:03:51 beer mpd: [L1]   AUTHPROTO EAP
Sep 29 01:03:51 beer mpd: [L1]   MAGICNUM 72fc0764
Sep 29 01:03:51 beer mpd: [L1]   PROTOCOMP
Sep 29 01:03:51 beer mpd: [L1]   ACFCOMP
Sep 29 01:03:51 beer mpd: [L1]   ENDPOINTDISC [LOCAL] b9 18 55 74 67 e4 4d 9c 99 25 7e d9 67 04 19 cc 00 00 0
Sep 29 01:03:51 beer mpd: [L1] LCP: state change Ack-Rcvd --> Opened
Sep 29 01:03:51 beer mpd: [L1] LCP: auth: peer wants EAP, I want nothing
Sep 29 01:03:51 beer mpd: [L1] LCP: LayerUp
Sep 29 01:03:51 beer mpd: [L1] EAP: rec'd REQUEST #0 len: 5, type: Identity
Sep 29 01:03:51 beer mpd: [L1] EAP: sending RESPONSE #0 len: 15, type: Identity
Sep 29 01:03:51 beer mpd: [L1] EAP: rec'd REQUEST #1 len: 33, type: UNKNOWN
Sep 29 01:03:51 beer mpd: [L1] EAP: Type UNKNOWN not supported
Sep 29 01:03:51 beer mpd: [L1] EAP: sending RESPONSE #1 len: 6, type: Nak
Sep 29 01:03:51 beer mpd: [L1] EAP: rec'd FAILURE #1 len: 4
Sep 29 01:03:51 beer mpd: [L1] LCP: authorization failed
Sep 29 01:03:51 beer mpd: [L1] LCP: parameter negotiation failed
Sep 29 01:03:51 beer mpd: [L1] LCP: state change Opened --> Stopping
Sep 29 01:03:51 beer mpd: [L1] LCP: SendTerminateReq #5
Sep 29 01:03:51 beer mpd: [L1] LCP: LayerDown
Sep 29 01:03:51 beer mpd: [L1] LCP: rec'd Terminate Request #4 (Stopping)
Sep 29 01:03:51 beer mpd: [L1] LCP: SendTerminateAck #6
Sep 29 01:03:51 beer mpd: [L1] LCP: rec'd Terminate Ack #5 (Stopping)
Sep 29 01:03:51 beer mpd: [L1] LCP: state change Stopping --> Stopped
Sep 29 01:03:51 beer mpd: [L1] LCP: LayerFinish
Sep 29 01:03:51 beer mpd: [L1] PPTP call terminated
Sep 29 01:03:51 beer mpd: [L1] Link: DOWN event
Sep 29 01:03:51 beer mpd: [L1] LCP: Down event
Sep 29 01:03:51 beer mpd: [L1] LCP: state change Stopped --> Starting
Sep 29 01:03:51 beer mpd: [L1] LCP: LayerStart
Sep 29 01:03:51 beer mpd: [L1] Link: reconnection attempt 2 in 1 seconds


Ответить | Правка | ^ к родителю #4 | Наверх | Cообщить модератору

6. "mpd5 server+client на одной машине."  +/
Сообщение от universite email(ok) on 28-Сен-11, 23:56 
>[оверквотинг удален]
>>>> пробелы слева выставите.
>>> А причем тут пробелы?вообще гдето читал что мпд не любит пробелы
>>> лучше пользоаться табуляцией, однако выставил табуляюцию и ничего не изменилось
>> Уговорили. Отбейте слева табуляторами.
>> У меня точно такой же работающий конфиг pptp клиента, только без опции
>> set link mtu 1460
>> Еще посмотрите настройки firewall
> хм, закоментил mtu, ipfw остновил, не коннектится, у вас какие параметры в
> rc.comf?
> у меня mpd_enable="YES" mpd_flags="-b"

у мну только mpd_enable="YES"

Ответить | Правка | ^ к родителю #5 | Наверх | Cообщить модератору

7. "mpd5 server+client на одной машине."  +/
Сообщение от oligarh (ok) on 04-Окт-11, 09:59 
>[оверквотинг удален]
>>>> А причем тут пробелы?вообще гдето читал что мпд не любит пробелы
>>>> лучше пользоаться табуляцией, однако выставил табуляюцию и ничего не изменилось
>>> Уговорили. Отбейте слева табуляторами.
>>> У меня точно такой же работающий конфиг pptp клиента, только без опции
>>> set link mtu 1460
>>> Еще посмотрите настройки firewall
>> хм, закоментил mtu, ipfw остновил, не коннектится, у вас какие параметры в
>> rc.comf?
>> у меня mpd_enable="YES" mpd_flags="-b"
> у мну только mpd_enable="YES"

тут все веселее, в свойствах подключения на винде увидел что поднимается с шифрованием и сжатием, эти параметры нужно в ядре компилить и потом указывать в конфиге?
соединение устанавливаю с виндовым сервером 2008...

Ответить | Правка | ^ к родителю #6 | Наверх | Cообщить модератору

8. "mpd5 server+client на одной машине."  +/
Сообщение от universite email(ok) on 04-Окт-11, 11:48 

> тут все веселее, в свойствах подключения на винде увидел что поднимается с
> шифрованием и сжатием, эти параметры нужно в ядре компилить и потом
> указывать в конфиге?
> соединение устанавливаю с виндовым сервером 2008...

Или отрубить в винде шифрование.
А если хочется шифрования, то ищем патч для mppc, пересобираем ядро/модуль во фри, правим конфиг мпд.

Ответить | Правка | ^ к родителю #7 | Наверх | Cообщить модератору

9. "mpd5 server+client на одной машине."  +/
Сообщение от oligarh (ok) on 04-Окт-11, 17:42 
>> тут все веселее, в свойствах подключения на винде увидел что поднимается с
>> шифрованием и сжатием, эти параметры нужно в ядре компилить и потом
>> указывать в конфиге?
>> соединение устанавливаю с виндовым сервером 2008...
> Или отрубить в винде шифрование.
> А если хочется шифрования, то ищем патч для mppc, пересобираем ядро/модуль во
> фри, правим конфиг мпд.

отрубить в винде шифрование не получится, ибо она не моя, а заграничных коллег. А можно поподробнее про патч и ядро с конфигом?

Ответить | Правка | ^ к родителю #8 | Наверх | Cообщить модератору

Архив | Удалить

Рекомендовать для помещения в FAQ | Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру