PPP Setup

1.edit /etc/ppp/ppp.conf

set device /dev/cuad4 # /dev/cuad4 -> device attached

big:
set phone "PHONENUMBER"
set authname USERACCOUNT
set authkey PATHWORD

2.start PPP (shell command)

# su root
Password:
# ppp big

Working in interactive mode
Using interface: tun0
ppp ON > dial
ppp ON >
Ppp ON >
PPp ON > Warning: 0.0.0.0/0: Change route failed: errno: No such process # <- (???)
PPP ON >


(???)
pppは接続時に
1 以前の経路を削除する
2 新しい経路を登録する
一回目は0.0.0.0が以前の経路だと思っている。
存在しない経路を削除しようとして失敗しているのだから
警告は無視しても問題ない。


3.terminate PPP (shell command)

PPP ON > quit

PPP dial-up Log

/var/log/ppp.log

Reference

iij-ppp on FreeBSD unofficial guide

PPP(user PPP)
2008年07月22日(火) 06:47:48 Modified by sul_ho27




スマートフォン版で見る