Re: ppp/peers/* files

2007-06-26 Thread Ian Smith
On Tue, 26 Jun 2007, Artyom Viklenko wrote: > On Tue, 26 Jun 2007, Jim Stapleton wrote: > > > What man/handbook pages/sections should I look at to get a clue. I'm > > so far from having one, I don't even know the direction... > > see handbook section about networking. > > simply speakin

Re: ppp/peers/* files

2007-06-26 Thread Artyom Viklenko
On Tue, 26 Jun 2007, Jim Stapleton wrote: What man/handbook pages/sections should I look at to get a clue. I'm so far from having one, I don't even know the direction... see handbook section about networking. simply speaking enter route add ip-of-vpn-server ip-of-your-lan-gateway then sta

Re: ppp/peers/* files

2007-06-26 Thread Jim Stapleton
What man/handbook pages/sections should I look at to get a clue. I'm so far from having one, I don't even know the direction... Thanks, -Jim Stapleton On 6/26/07, Artyom Viklenko <[EMAIL PROTECTED]> wrote: Jim Stapleton wrote: > That partially worked. I could only ping 192.168.1.1 on my local s

Re: ppp/peers/* files

2007-06-26 Thread Artyom Viklenko
Jim Stapleton wrote: That partially worked. I could only ping 192.168.1.1 on my local setup (router). I used $ mpd pptp0 However, I couldn't access the work DNS either. The latter output of MPD looked like: == pptp0] IPCP: rec'd Configure Ack #4 link 0 (Ack-Sent) IPADDR [pptp0] IPCP:

Re: ppp/peers/* files

2007-06-26 Thread Jim Stapleton
That partially worked. I could only ping 192.168.1.1 on my local setup (router). I used $ mpd pptp0 However, I couldn't access the work DNS either. The latter output of MPD looked like: == pptp0] IPCP: rec'd Configure Ack #4 link 0 (Ack-Sent) IPADDR [pptp0] IPCP: state change Ack-Sent -

Re: ppp/peers/* files

2007-06-24 Thread Artyom Viklenko
Jim Stapleton wrote: I can't find a way to specify mppe-128 for either pptp or pppd in the man files, and every doc I see (including the man pages examples, which don't work when I specify it in the file) seem to suggest that I use either "mppe-128" or "require-mppe-128" for pppd, neither of whic

Re: ppp/peers/* files

2007-06-23 Thread Jim Stapleton
I can't find a way to specify mppe-128 for either pptp or pppd in the man files, and every doc I see (including the man pages examples, which don't work when I specify it in the file) seem to suggest that I use either "mppe-128" or "require-mppe-128" for pppd, neither of which work. Any suggestion

Re: ppp/peers/* files

2007-06-23 Thread Jim Stapleton
Thanks, I'll look at it more. I'm trying to connect to a windows vpn, and most of the stuff I see suggests pptp+pppd, but the documentation for most things contains commands that just dont work. -Jim Stapleton On 6/23/07, Artyom Viklenko <[EMAIL PROTECTED]> wrote: Jim Stapleton wrote: > where

Re: ppp/peers/* files

2007-06-23 Thread Artyom Viklenko
Jim Stapleton wrote: where do I find the valid commands I can put in these files (yes, still on the never ending saga to get VPN working on my BSD machine so I don't need to boot windows) peers files contains the same options as /etc/ppp/options or /etc/ppp/options.ttyxx files - generally spea

Re: ppp/peers/* files

2007-06-23 Thread Eugene Grosbein
On Sat, Jun 23, 2007 at 07:40:41AM -0400, Jim Stapleton wrote: > where do I find the valid commands I can put in these files (yes, > still on the never ending saga to get VPN working on my BSD machine so > I don't need to boot windows) Just scan man pppd for 'privileged' options. Eugene