モバイル通信回線へ接続する為の設定方法を教えてください

下記のような構成でMopera Uへ接続する場合の設定例を記載します。

構成

PC設定
IPアドレス  192.168.62.253
サブネットマスク  255.255.255.0
デフォルトゲートウェイ  192.168.62.1

RoosterGX設定(eth0)
IPアドレス  192.168.62.1
サブネットマスク  255.255.255.0

Mopera U(mopera.flat.foma.nejp)
デマンド接続
無通信接続タイマー:10分

コンソール設定

config interface eth0 ipv4 static 192.168.62.1/255.255.255.0
config interface eth0 enable
config interface ppp0 ipv4 dynamic
config interface ppp0 enable
config ppp peer ars0 -apn mopera.flat.foma.ne.jp -unit 0 -mode demand -idle 600
config ppp peer ars0 enable
config route static ars0 0.0.0.0/0.0.0.0 gateway if ppp0
config nat snat-d 10 -o ppp0 -s 192.168.62.0/24
config change
config save