From owner-freebsd-net Wed Sep 18 11:32:15 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEC6937B401 for ; Wed, 18 Sep 2002 11:32:11 -0700 (PDT) Received: from mailtest.btconnex.net (mailtest.btconnex.net [66.207.192.8]) by mx1.FreeBSD.org (Postfix) with SMTP id E5C2A43E42 for ; Wed, 18 Sep 2002 11:32:10 -0700 (PDT) (envelope-from eperrin@bwlogic.com) Received: (qmail 98543 invoked from network); 18 Sep 2002 18:29:58 -0000 Received: from unknown (HELO bwlogic.com) (66.207.209.2) by mailtest.btconnex.net with SMTP; 18 Sep 2002 18:29:58 -0000 Message-ID: <3D88C6A4.9050704@bwlogic.com> Date: Wed, 18 Sep 2002 14:32:04 -0400 From: Elliott Perrin User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: More on MPD PPTP problem Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Please cc me on responses sorry fo rthe second post, I realised afterwards I should be posting logs and configs if i am going to ask people for help with the problem. It seems as though I can only setup mpd to listen for one inbound connection. No ng interfaces are present prior to initializing mpd, which I make sure of using ngctl when the links are not shutdown after killing mpd. In the mpd.conf file I have posted below, I have used both the 172.22.4.1/32 address listed and 1.2.3.4/32 as the first number in the ipcp ranges statement. I get the same result each time. 172.22.4.1/32 is an actual interface on the machine. Here is a snip from my log file to show the problem I am having Sep 18 14:21:34 gw mpd: mpd: pid 37673, version 3.9 (root@localhost 18:08 12-Sep-2002) Sep 18 14:21:34 gw mpd: [moveable1] ppp node is "mpd37673-moveab" Sep 18 14:21:34 gw mpd: mpd: local IP address for PPTP is 1.2.3.4 Sep 18 14:21:34 gw mpd: [moveable1] using interface ng0 Sep 18 14:21:34 gw mpd: [moveable2] can't name ppp node: Address already in use Sep 18 14:21:34 gw mpd: [moveable2] netgraph initialization failed Sep 18 14:21:34 gw mpd: [moveable3] can't name ppp node: Address already in use Sep 18 14:21:34 gw mpd: [moveable3] netgraph initialization failed Sep 18 14:21:34 gw mpd: [moveable4] can't name ppp node: Address already in use Sep 18 14:21:34 gw mpd: [moveable4] netgraph initialization failed Sep 18 14:21:34 gw mpd: [moveable5] can't name ppp node: Address already in use Sep 18 14:21:34 gw mpd: [moveable5] netgraph initialization failed My mpd.links file moveable1: set link type pptp set pptp self 1.2.3.4 set pptp enable incoming set pptp disable originate moveable2: set link type pptp set pptp self 1.2.3.4 set pptp enable incoming set pptp disable originate moveable3: set link type pptp set pptp self 1.2.3.4 set pptp enable incoming set pptp disable originate moveable4: set link type pptp set pptp self 1.2.3.4 set pptp enable incoming set pptp disable originate moveable5: set link type pptp set pptp self 1.2.3.4 set pptp enable incoming set pptp disable originatedefault: and my mpd.conf file default: load moveable1 load moveable2 load moveable3 load moveable4 load moveable5 moveable1: new -i ng0 moveable1 moveable1 set ipcp ranges 172.22.4.1/32 172.22.4.105/32 load client_standard moveable2: new -i ng1 moveable2 moveable2 set ipcp ranges 172.22.4.1/32 172.22.4.106/32 load client_standard moveable3: new -i ng2 moveable3 moveable3 set ipcp ranges 172.22.4.1/32 172.22.4.107/32 load client_standard moveable4: new -i ng3 moveable4 moveable4 set ipcp ranges 172.22.4.1/32 172.22.4.108/32 load client_standard moveable5: new -i ng4 moveable5 moveable5 set ipcp ranges 172.22.4.1/32 172.22.4.109/32 load client_standard client_standard: set iface disable on-demand set iface enable proxy-arp set iface route 172.22.16.0/23 set iface idle 1800 set bundle enable multilink set link yes acfcomp protocomp set link no pap chap set link enable chap set link mtu 1460 set link keep-alive 10 60 set ipcp yes vjcomp set ipcp dns 172.22.4.51 set bundle enable compression set ccp yes mppc set bundle enable crypt-reqd set ccp yes mpp-e128 set ccp yes mpp-stateless Any hints????? Cheers, eperrin@bwlogic.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message