# Default setup. Always executed when PPP is invoked.
#
# usage: % ppp yu

default:
        set speed 115200        
        set device /dev/cuaa2		#内蔵モデムをsio3で使っているから。
        disable lqr
        deny lqr
        set timeout 900         
        set openmode active		#ここが重要
        set dial "TIMEOUT 90 ABORT BUSY ABORT NO\\sCARRIER \"\" at OK-at-OK atdt\\T CONNECT"

#
# YU
#
yu-o:
        set phone 359977		#昔の電話番号
        set authname ********		#ユーザ名
        set authkey ********		#パスワード
        dial
yu:
        set phone 294038		#新しい電話番号
        set authname ********
        set authkey ********
        dial

# pap,chap の設定はとくに必要無いらしい。