default:
# ident user-ppp VERSION (built COMPILATIONDATE)
# Ensure that "device" references the correct serial port
# for your modem. (cuaa0 = COM1, cuaa1 = COM2)
#
set device /dev/cuaa0
set log Phase Chat LCP IPCP CCP tun command #ログをとる
set speed 115200 #接続スピード、途中でとぎれる場合は57600等
set timeout 900
set openmode active
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 120 CONNECT"
#↑モデムの初期化です。パルス回線の人はdATDTをdATDPに変えましょう。
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 #動的IP接続の場合これでよいと思うのですが。ハンドブック参照
# set ifaddr 0 0
#
# edit the next three lines and replace the items in caps with
# the values which have been assigned by your ISP.
#
xxxxx: #ラベルです、適当なブロバイダーの名前を書いてください。
set phone 電話番号
enable dns
set authname ID
set authkey パスワード
dial
#dial
|