Re: attempting VPN again
- From: Nicolas Gieczewski <nicolas@xxxxxxxxxxxxxxx>
- Date: Fri, 20 Apr 2007 8:16:58 -0500
On Fri, 20 Apr 2007 08:24:17 -0400, "Jim Stapleton" <stapleton.41@xxxxxxxxx> wrote:
/usr/local/etc/mpd/mpd.conf
========================================
vpn:
new -i nve0 vpn vpn
set iface session 28800
set bundle authname "WORK-DOMAIN\\WORK-USERNAME"
set bundle enable compression
set ccp yes mppc
set ccp yes mpp-e40
set ccp yes mpp-e56
set ccp yes mpp-e128
# set this to your correct routing information
set iface route EXTERNAL-WORK-VPN-IP/24
set link enable no-orig-auth
open
========================================
In mpd.conf, you need to set the interface to a valid netgraph interface name, e.g. ng0. mpd will create it for you if it does not exist. The physical interface (e.g. nve0) is specified in mpd.links, not here.
Additionally, you have a blank line between the "new" command and the first "set" command. I suspect that's causing the "no bundles defined" errors:
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
mpd: no bundles defined
--
Nicolas Gieczewski
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: attempting VPN again
- From: Jim Stapleton
- Re: attempting VPN again
- References:
- attempting VPN again
- From: Jim Stapleton
- attempting VPN again
- Prev by Date: Re: attempting VPN again
- Next by Date: Re: attempting VPN again
- Previous by thread: Re: attempting VPN again
- Next by thread: Re: attempting VPN again
- Index(es):
Relevant Pages
- attempting VPN again
... I found a Windows based VPN server at work ... mpd: no bundles
defined ... (freebsd-net) - Re: attempting VPN again
... > new -i nve0 vpn vpn ... > set ccp yes mpp-e40 ... >
mpd: no bundles defined ... (freebsd-net) - Re: attempting VPN again
... LCP: no reply to 1 echo request ... mpd: no bundles defined ...
(freebsd-net) - Re: pptpd with mpd
... I have a running mpd on my freebsd-5.2.1 linux fw but whenever I connect ...
set bundle disable multilink ... set link yes acfcomp protocomp ... set
ccp enable mpp-e40 ... (freebsd-questions) - Re: pptpd with mpd
... I have a running mpd on my freebsd-5.2.1 linux fw but whenever I connect ...
set bundle disable multilink ... set link yes acfcomp protocomp ... set
ccp enable mpp-e40 ... (freebsd-questions)