From owner-FreeBSD-users-jp@jp.freebsd.org  Wed Dec  6 13:32:55 2000
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id NAA85692;
	Wed, 6 Dec 2000 13:32:55 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from mail-sv1.ntt-st.co.jp (mx1.ntt-st.co.jp [202.217.60.2])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with SMTP id NAA85687
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 6 Dec 2000 13:32:54 +0900 (JST)
	(envelope-from obayashik@ntt-st.co.jp)
Received: (qmail 29815 invoked from network); 6 Dec 2000 13:32:52 +0900
Received: from mail.ntt-st.co.jp (HELO ntt-st.co.jp) (@192.168.111.1)
  by mail-sv1.ntt-st.co.jp with SMTP; 6 Dec 2000 13:32:52 +0900
Received: (qmail 2941 invoked from network); 6 Dec 2000 13:32:51 +0900
Received: from kanda.ntt-st.co.jp (192.168.111.10)
  by mail.ntt-st.co.jp with SMTP; 6 Dec 2000 13:32:51 +0900
Received: from obayashik1
          by kanda.ntt-st.co.jp (2.5 Build 2640 (Berkeley 8.8.6)/8.8.4) with ESMTP
	  id NAA02167 for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 06 Dec 2000 13:32:49 +0900
Date: Wed, 06 Dec 2000 13:32:52 +0900
From: "=?ISO-2022-JP?B?GyRCSHhOUxsoQiAbJEI3ezBsGyhC?= [Ken-ichi Obayashi]" <obayashik@ntt-st.co.jp>
To: FreeBSD-users-jp@jp.freebsd.org
In-Reply-To: <200012060224.AA00149@pc0171.jimu.tezukayama-u.ac.jp>
References: <200012060224.AA00149@pc0171.jimu.tezukayama-u.ac.jp>
Message-Id: <20001206133137.AA6B.OBAYASHIK@ntt-st.co.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: 7bit
X-Mailer: Becky! ver. 2.00
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+000315
X-Sequence: FreeBSD-users-jp 57337
Subject: [FreeBSD-users-jp 57337] Re: ppp server
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: obayashik@ntt-st.co.jp


$BHxNS!w(BNST$B$H$$$$$^$9(B


> FreeBSD(98) 4.1.1R $B$G(B PPP $B%5!<%P$r9=C[$7$h$&$H$7$F$$$k$N$G$9$,!"(B
> 
$B;d$O(BFreeBSD(98)3.3$B$G$d$C$?$N$G0c$C$F$$$k$+$bCN$l$^$;$s$,!"(B


ppp.conf$B$O$I$&$5$l$^$7$?$+!)(B
incoming$B$H$$$&9`L\(B(?)$B$r:n$C$F$d$i$J$$$H(B
$B$$$1$J$+$C$?5$$,$7$^$9!#(B

SoftwareDezine$B$N(B'99$BG/(B11$B7n9f$K>\$7$/=q$$$F$"$C$?$N$G(B
$B$=$l$r$[$\$=$N$^$^=q$-<L$7$?$H$3$m$&$^$/@\B3$G$-$^$7$?!#(B

# $B<B:]$K$O$=$N8e(B, RADIUS$BG'>Z$H(BMS-CBCP$B$H$rIU$12C$($h$&$H$7$F(B
# CallBack$B$,>e<j$/$$$+$:F\:C$7$F$7$^$C$?$N$G$9$,!#(B

$BK\BN!'(BPC-9821Xa20 (sio0$B$J$N$G(B8251$B%A%C%W(B)
$B%b%G%`!'(BAIWA PF-288 ($B;}$C$F9T$+$l$F$7$^$C$?$N$G$&$m3P$((B)
$B2s@~!'%"%J%m%08x=02s@~(B
$B%/%i%$%"%s%HB&!'(BWindows98 + DP2869P2 + DoCoMo$B7HBS(B


$B$&$A$N(Bppp.conf ($B%^%:%$$H$3$m$O>C$7$^$7$?(B)

default:
        accept dns
        set dns 192.168.xxx.xxx
        set nbns 192.168.xxx.zzz
        set timeout 300
        set device /dev/cuaa0
        set log CBCP Phase Connect LCP IPCP
        allow user xxxxxx
        enable passwdauth
        enable pap
        set callback cbcp
        set cbcp xxxxxxxxxxx
        set radius /etc/radius.conf

ppp-com0:
 set speed 38400
 set ifaddr 192.168.xxx.xxx 192.168.xxx.yyy
 enable proxy

----------------------------------------------
NTT$B%7%9%F%`5;=Q3t<02q<R(B
    $BHxNS(B $B7{0l(B
    e-mail$B!'(Bobayashik@ntt-st.co.jp
----------------------------------------------

