From: Nikoli <Nikoli@lavabit.com>
To: gentoo-soc@lists.gentoo.org
Subject: Re: [gentoo-soc] Progress of NetworkManager Plug-in 2010.05.20
Date: Fri, 25 Jun 2010 17:08:17 +0400 [thread overview]
Message-ID: <201006251708.18222.Nikoli@lavabit.com> (raw)
In-Reply-To: <4BF52C1F.1020506@gmail.com>
[-- Attachment #1: Type: Text/Plain, Size: 167 bytes --]
> > Have PPTP implemented yet?
>
> PPTP is part of VPN which /etc/conf.d/net does not support to configure.
Actually it supports PPTP. Example config in attachment.
[-- Attachment #2: net.pptp --]
[-- Type: text/plain, Size: 554 bytes --]
##### DHCP #####
config_eth0=( "dhcp" )
dhcp_eth0="release nontp nonis nogateway nosendhost"
modules=(
"iproute2"
"dhcpcd"
)
##### VPN #####
config_ppp0=( "ppp" )
link_ppp0="pty 'pptp ppp.lan --nolaunchpppd --nobuffer --loglevel 0'"
username_ppp0='1234'
password_ppp0='4321'
pppd_ppp0=(
"debug"
"defaultroute"
"noauth"
"nobsdcomp"
"nodeflate"
# reconnect
"persist"
"maxfail 0"
"lcp-echo-interval 20"
"lcp-echo-failure 3"
# server supports only MSCHAPv2
"refuse-eap"
"refuse-chap"
"refuse-mschap"
)
depend_ppp0() {
need net.eth0
}
next prev parent reply other threads:[~2010-06-25 13:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-20 1:22 [gentoo-soc] Progress of NetworkManager Plug-in 2010.05.20 Mu Qiao
2010-05-20 11:59 ` Антонов Николай
2010-05-20 12:03 ` Arun Raghavan
2010-05-20 12:33 ` Mu Qiao
2010-06-25 13:08 ` Nikoli [this message]
2010-06-26 4:37 ` Mu Qiao
2010-06-26 12:01 ` Nikoli
2010-06-26 13:25 ` Mu Qiao
2010-06-26 14:21 ` Nikoli
2010-06-28 1:17 ` Mu Qiao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201006251708.18222.Nikoli@lavabit.com \
--to=nikoli@lavabit.com \
--cc=gentoo-soc@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox