summaryrefslogtreecommitdiff
path: root/usr.sbin/npppd
diff options
context:
space:
mode:
authorYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2010-09-26 06:54:45 +0000
committerYASUOKA Masahiko <yasuoka@cvs.openbsd.org>2010-09-26 06:54:45 +0000
commita3f0a56ebd61cda58935eca6269c844133eb2b4a (patch)
tree164cd7b6d2f515bf5f29c343d548e14a8b4bdab2 /usr.sbin/npppd
parent4cd1cf9fbedc964ba09f17e087c6fe8df876766c (diff)
correct the path of npppd, and use modp1024 on the sample ipsec.conf
because iPhone doesn't support modp2048.
Diffstat (limited to 'usr.sbin/npppd')
-rw-r--r--usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt b/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt
index 645eda3cb91..986dee38ebe 100644
--- a/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt
+++ b/usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt
@@ -1,4 +1,4 @@
-$Id: HOWTO_PIPEX_NPPPD.txt,v 1.2 2010/09/20 03:51:31 yasuoka Exp $
+$Id: HOWTO_PIPEX_NPPPD.txt,v 1.3 2010/09/26 06:54:44 yasuoka Exp $
How to test npppd and pipex
---------------------------
@@ -40,7 +40,7 @@ on server
% sudo sysctl net.inet.gre.allow=1
7. run npppd
- % sudo /usr/sbin/npppd/npppd -d
+ % sudo /usr/sbin/npppd -d
on client
@@ -70,7 +70,7 @@ How to test L2TP/IPsec
-------------------------------
ike passive esp transport \
proto udp from A.B.C.D to any port 1701 \
- main auth "hmac-sha" enc "3des" group modp2048 \
+ main auth "hmac-sha" enc "3des" group modp1024 \
quick auth "hmac-sha" enc "aes" \
psk "secret"
-------------------------------
@@ -88,7 +88,7 @@ How to test L2TP/IPsec
#
# Simplest npppd.conf sample
#
-# $Id: HOWTO_PIPEX_NPPPD.txt,v 1.2 2010/09/20 03:51:31 yasuoka Exp $
+# $Id: HOWTO_PIPEX_NPPPD.txt,v 1.3 2010/09/26 06:54:44 yasuoka Exp $
interface_list: tun0
interface.tun0.ip4addr: 10.0.0.1