diff options
-rw-r--r-- | usr.sbin/npppd/HOWTO_PIPEX_NPPPD.txt | 8 |
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 |