PPP 接続を終了させる場合、ppp-off コマンドを使います(このコマンドを実 行するためにはルート権限か PPP グループに属していなければならないこと をお忘れなく)
PPP の終了時にはこのようなログが出力されることでしょう。
Oct 21 16:10:45 hwin pppd[19873]: Interrupt received: terminating link Oct 21 16:10:45 hwin pppd[19873]: ipcp: down Oct 21 16:10:45 hwin pppd[19873]: default route ioctl(SIOCDELRT): Bad address Oct 21 16:10:45 hwin pppd[19873]: fsm_sdata(LCP): Sent code 5, id 2. Oct 21 16:10:46 hwin pppd[19873]: fsm_rtermack(LCP). Oct 21 16:10:46 hwin pppd[19873]: Connection terminated. Oct 21 16:10:46 hwin pppd[19873]: Exit.
SIOCDELRT
というメッセージが出ていますが、これは単に pppd が
終了しているということを示しているだけなので 気にする必要はありません。