[pptp-server] "Ignored a SET LINK INFO packet" in FreeBSD 4.1

John Heyer john at arnie.jfive.com
Sat Sep 9 22:36:25 CDT 2000


I had pptpd running in FreeBSD 3.2, but ever since upgrading to 4.1 it's
no longer working.  The clients authenticate and I can see the tunnel come
up, but it proxyarp never seems to kick in.  The main error I'm getting is

CTRL: Ignored a SET LINK INFO packet with real ACCMs!

I get a duplicate about 35 seconds later, then a GRE read error.  Does
anybody know what this means?  my /etc/ppp/ppp.conf appears below

--
Johh Heyer - john at arnie.jfive.com - http://www.jfive.com

"Me fail English?  That's unpossible!"  -- Ralph Wiggam

default:
 set log Phase Chat LCP IPCP CCP tun command
 set speed 115200

loop:
 set timeout 0
 set log phase chat connect lcp ipcp command
 set device localhost:pptp
 set dial
 set login
 set ifaddr 192.168.1.130 192.168.1.131-192.168.1.139 255.255.255.255
 set server /tmp/loop "" 0177

loop-in:
 set timeout 0
 set log phase lcp ipcp command
 allow mode direct

pptp:
 load loop
 enable pap
 enable passwdauth
 enable proxy
 accept dns
 set dns 192.168.1.1
 set device !/etc/ppp/secure




More information about the pptp-server mailing list