看板FreeBSD
标 题[问题]关於 mpd vpn server
发信站Computer Science & Information Engineering (Tue Jun 8 05:32:22 2004)
转信站ptt!ctu-reader!ctu-peer!news.nctu!netnews.csie.nctu!netnews2.csie.nctu
想用 mpd 来架设 vpn server
但一直出现下面的错误讯息
Jun 8 13:34:50 derek mpd: mpd: caught fatal signal term
Jun 8 13:34:50 derek mpd: [client2] IPCP: Down event
Jun 8 13:34:50 derek mpd: [client2] IFACE: Close event
Jun 8 13:34:52 derek mpd: mpd: process 14134 terminated
Jun 8 13:34:54 derek mpd: mpd: pid 14141, version 3.18 (
[email protected] 03:12 5-Jun-2004)
Jun 8 13:34:54 derek mpd: [client2] ppp node is "mpd14141-client"
Jun 8 13:34:54 derek mpd: mpd: bind: Can't assign requested address
Jun 8 13:34:54 derek mpd: mpd: can't get PPTP listening socket
Jun 8 13:34:54 derek mpd: mpd: bind: Can't assign requested address
Jun 8 13:34:54 derek mpd: mpd: can't get PPTP listening socket
Jun 8 13:34:54 derek mpd: [client2] using interface ng1
下面是我的 mpd 的相关设定档
: mpd.conf
default:
load pptp
pptp:
load client2
client2:
new -i ng1 client2 client2
set ipcp ranges 192.168.7.1/32 192.168.7.12/32
load client_standard
client_standard:
set iface disable on-demand
set iface enable proxy-arp
set iface idle 1800
set iface enable tcpmssfix
set bundle disable multilink
set bundle enable compression
set link yes acfcomp protocomp
set link no pap chap
set link enable chap
set link mtu 1400
set link keep-alive 10 60
set ipcp yes vjcomp
: mpd.links
client2:
set link type pptp
set pptp self my windows public ip
set pptp enable incoming
set pptp disable originate
请问是那里设定出了问题呢?
谢谢