net/mpd causes a kernel freeze
Gonzalo Arana
gonzalo.arana at gmail.com
Mon Nov 6 15:08:45 UTC 2006
Hi,
When I open a pptp tunnel with net/mpd, my PC freezes (numlock stops
responding, for instance).
I am using 6.1-RELEASE with GENERIC kernel. I've recompiled removing
USB, SCSI/RAID controllers, with the same result.
The freeze occurs right after the tunnel is up.
Does anyone expierence the same problem?
Here are the relevant configs:
> /usr/local/etc/mpd/mpd.conf:
>
> default:
> load vpn
>
> vpn:
> new -i ng0 vpn vpn
> set iface disable on-demand
> set iface idle 0
> # disconnect the client after 8 hours
> set iface session 28800
> #set iface route 192.168.2.0/24
> set bundle disable multilink
> set bundle authname my_username
> set bundle password my_password
> set link yes acfcomp protocomp
> set link no pap chap
> set link accept pap
> set link mtu 1460
> # If remote machine is NT you need this..
> # set link enable no-orig-auth
> set link keep-alive 10 75
> set ipcp no vjcomp
>
> /usr/local/etc/mpd/mpd.links:
> vpn:
> set link type pptp
> set pptp self ZZZ
> set pptp peer YYY
> set pptp enable originate incoming outcall
> set pptp disable windowing
>
>
> where:
> ZZZ my ethernet IP address
> YYY ip address of TCP peer
>
Thank you very much in advance,
--
Gonzalo A. Arana
More information about the freebsd-hackers
mailing list