Hi sir.

I had encouter problems when I set up the pptp server. I want to set up a
pptp server using mpd on freebsd and the windows 2000 client can set up the
PPTP connection  to the PPTP Server and then can access the Lan Network, I
had install mpd and see it run successfully, but I cannot make connections
to pptp server.

I have install a mpd 3.8 on my freebsd(5.0-dp1)  box.
It is used as a pptp server and also as a gatewy.

I see the mpd runs successfully by the log messages, but I cannot connect
the pptp server from the windows 2000 client, the error messages is:
"There is no answer".

Could u give me some suggestion?

=====log messages:
Jul 13 08:15:15 pearl mpd: mpd: pid 6208, version 3.8 (root@pearl 16:28
12-Jul-2002)
Jul 13 08:15:15 pearl mpd: [pptp1] ppp node is "mpd6208-pptp1"
Jul 13 08:15:15 pearl mpd: mpd: local IP address for PPTP is 192.168.5.99
Jul 13 08:15:15 pearl mpd: [pptp1] using interface ng2
Jul 13 08:15:15 pearl mpd: [pptp2] ppp node is "mpd6208-pptp2"
Jul 13 08:15:15 pearl mpd: [pptp2] using interface ng3


=====================MPD.conf=======

pearl# more mpd.conf
default:
        load client1
        load client2

pptp_common_settings:
        set iface disable on-demand
        set iface enable proxy-arp
        set iface idle 0
        set bundle enable multilink
        set link yes acfcomp protocomp
        set link no pap chap
        set link enable chap
        set link keep-alive 25 60
        set ipcp yes vjcomp
        set ipcp dns 192.168.5.99
        set ipcp nbns 192.168.5.99

        set bundle enable compression
        set ccp yes mppc

        # I've been trying mpp-compress every couple
        # months... it doesn't work for me.  :)
        # set ccp yes mpp-compress

        set ccp yes mpp-e40
        set ccp yes mpp-e128
        set ccp yes mpp-stateless

client1:
        new -i ng2 pptp1 pptp1
        set ipcp ranges 192.168.5.126/32 192.168.5.128/32
        load pptp_common_settings

client2:
        new -i ng3 pptp2 pptp2
        set ipcp ranges 192.168.5.126/32 192.168.5.128/32
        load pptp_common_settings


========================mpd.links========================
pptp1:
        set link type pptp
        set pptp self 192.168.5.99
        set pptp enable incoming
        set pptp disable originate

pptp2:
        set link type pptp
        set pptp self 192.168.5.99
        set pptp enable incoming
        set pptp disable originate


Regards,
Fred Zhang


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to