On Tue, 28 May 2002, Dan Langille wrote:

> That looks good.  I've tried it, but have been unable to connect to the
> office, which is running an MS PPtP server.  I know the *can* work because
> pptp-client can connect.

I don't know if it helps you much, but I can bring up my ADSL connection
(using pptp) with a mpd.conf and mpd.links file like this:

mpd.conf:
---8<---
default:
      load adsl

adsl:
      new -i ng0 adsl adsl
      set iface disable on-demand
      set iface addrs 192.168.1.1 192.168.2.2
      set iface idle 0
      set iface route default
      set bundle disable multilink
      set bundle authname USERNAME
      set bundle password PASSWORD
      set link no acfcomp protocomp
      set link no pap
      set link disable chap
      set link accept chap
      set ipcp no vjcomp
      open
---8<---


mpd.links:
---8<---
adsl:
      set link type pptp
      set pptp self 10.0.0.140
      set pptp peer 10.0.0.138
      set pptp enable originate incoming outcall
---8<---

HTH,
regards,
le

-- 
Lukas Ertl                             eMail: [EMAIL PROTECTED]
UNIX-Systemadministrator               Tel.:  (+43 1) 4277-14073
Zentraler Informatikdienst (ZID)       Fax.:  (+43 1) 4277-9140
der Universität Wien                   http://mailbox.univie.ac.at/~le/


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

Reply via email to