Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2002 14:32:04 -0400
From:      Elliott Perrin <eperrin@bwlogic.com>
To:        freebsd-net@freebsd.org
Subject:   More on MPD PPTP problem
Message-ID:  <3D88C6A4.9050704@bwlogic.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D88C6A4.9050704>