p-chan
October 22nd, 2003, 17:52
I've got poptop sort of working on my OpenBSD 3.3 box, but I'm running into some problems. I can get it to authenticate (only with chap, I assume that has to do with the openbsd ppp) and windows conciders it connected to the network. Once it's connected I can't ping anything besides my ip. I was reading though some faqs (the faqs were for linux so this may not apply) and it said there were problems with pppd and proxy_arp, but I should be able to ping the pptp server. I can't ever get that far. Any one using it and have it working. Here's the contents of messages
[code:1:4fcbf8ad8c]Oct 22 10:03:20 sir_deimos pptpd[14946]: GRE: Discarding duplicate packet
Oct 22 10:03:22 sir_deimos pptpd[14946]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Oct 22 10:03:22 sir_deimos ppp[27112]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:04:22 sir_deimos ppp[27112]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:07:00 sir_deimos pptpd[22618]: GRE: Discarding duplicate packet
Oct 22 10:07:03 sir_deimos pptpd[22618]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Oct 22 10:07:03 sir_deimos ppp[18025]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:07:20 sir_deimos ppp[18025]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:07:28 sir_deimos pptpd[18872]: GRE: Discarding duplicate packet
Oct 22 10:07:30 sir_deimos pptpd[18872]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Oct 22 10:07:30 sir_deimos ppp[23219]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:08:06 sir_deimos ppp[23219]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:09:47 sir_deimos pptpd[2599]: GRE: Discarding duplicate packet
Oct 22 10:09:49 sir_deimos pptpd[2599]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Oct 22 10:09:49 sir_deimos ppp[17017]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:10:15 sir_deimos ppp[17017]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:11:51 sir_deimos pptpd[32746]: GRE: Discarding duplicate packet
Oct 22 10:11:53 sir_deimos pptpd[32746]: CTRL: Ignored a SET LINK INFO packet with real ACCMs!
Oct 22 10:11:53 sir_deimos ppp[3851]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0
Oct 22 10:18:45 sir_deimos ppp[3851]: Warning: ff02::%tun0/32: Change route failed: errno: Undefined error: 0[/code:1:4fcbf8ad8c]
I'll post the configs later if anyone thinks they can help, I don't want to post too much spam.

For the time being I don't care about it only authing with chap and the lack of encryption, but I would like to make ms-chap-v2 and mppe-128 work eventually if any one knows the way.

andy


I found I need to take psudo-device gre out of the kernel. Will it work?, I won't know untill its done compiling. Just how long does it take a p1 233 to compile an openbsd kernel, I'm already runing out of other things to do and its not even done making depend yet.



I found the answer I needed http://lab.digitol.net/openbsd-poptop.html Its now working perfectly with ms-chap-v2 and mppe-128 and I am quite happy. (I can now move the wireless segment off my cheesy windows ras server.. yay)