Здравствуйте.
Проблема следущая: есть freebsd-4.10, на ней mpd-3.15.
Клиенты с winxp подключаются нормально, но клиенты с win2k не могут.
Вылетает ошибка: "619 The specified port is not connected"
Стоит ipfw на это машине, но всё открыто, что надо:
02400 980756 82616177 allow tcp from any to any established
02500 0 0 allow ip from any to any frag
02600 412 14016 allow icmp from any to any
02650 218 14726 allow gre from any to any
mpd.conf
------------
pptp_standart:
set iface disable on-demand
set bundle disable multilink
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link keep-alive 60 180
set ipcp yes vjcomp
set iface enable proxy-arp
set bundle enable compression
set ccp yes mppc
set ccp yes mpp-e40
set ccp yes mpp-e128
set ccp yes mpp-stateless
set bundle yes crypt-reqd
set pptp self xxxxxxx
set pptp enable incoming
set pptp disable originate
pptp0:
new -i ng0 pptp0 pptp0
set ipcp ranges 192.168.100.1/32 192.168.100.2/32
load pptp_standart
default:
load pptp0
лог:
mpd: [pptp0] LCP: Up event
mpd: [pptp0] LCP: state change Starting --> Req-Sent
mpd: [pptp0] LCP: phase shift DEAD --> ESTABLISH
mpd: [pptp0] LCP: SendConfigReq #11
mpd: ACFCOMP
mpd: PROTOCOMP
mpd: MRU 1500
mpd: MAGICNUM 97538c10
mpd: AUTHPROTO CHAP MSOFTv2
mpd: pptp0-0: ignoring SetLinkInfo
mpd: [pptp0] LCP: SendConfigReq #12
mpd: ACFCOMP
mpd: PROTOCOMP
mpd: MRU 1500
mpd: MAGICNUM 97538c10
mpd: AUTHPROTO CHAP MSOFTv2
mpd: [pptp0] LCP: SendConfigReq #13
mpd: ACFCOMP
mpd: PROTOCOMP
mpd: MRU 1500
mpd: MAGICNUM 97538c10
mpd: AUTHPROTO CHAP MSOFTv2
...
etc
...
mpd: [pptp0] LCP: state change Req-Sent --> Stopped
mpd: [pptp0] LCP: LayerFinish
mpd: [pptp0] LCP: parameter negotiation failed
mpd: [pptp0] LCP: LayerFinish
Вот такая вот ситуация..
Кто решал подобную проблему? Помогите.
Спасибо.