プリセット概要
プリセット/PPPoE終端ルータは、PPPoE回線を終端し、「PPPoE Unnumbered」による複数の固定IPアドレスを利用する機能を提供します。
利用可能なインターネット接続サービス
接続サービス | 品目 | 種別 | 回線事業者 | 備考 |
---|
IIJ FiberAccess/Fサービス | - ファミリー・マンションタイプ
- ベーシックタイプ
- ビジネスタイプ
| | NTT東日本、NTT西日本 | IIJ回線マネジメント/Fサービス のお申し込みが必要 |
IIJ FiberAccess/Uサービス | | | アルテリア・ネットワークス |
|
サービスアダプタの動作仕様
WANの設定
PPPoE終端構成ではPPPoE接続サービスを利用し、指定したグローバルアドレスでインターネットに接続します。
項目 | 仕様 | 画面からの設定 | 備考 |
---|
WANインタフェース | pppoe0 | 不可 |
|
WANアドレス | ユーザ設定 | 可能 | ge1(CA10の場合はge5)に付けられるグローバルアドレス |
PPPoE接続に使用するインタフェース | ge0(CA10の場合はge4) | 不可 |
|
PPPログイン名 | 契約情報より自動設定 | 可能 | 末尾が iij.ad.jp で終わるログイン名のみ入力可能 |
PPPパスワード | 契約情報より自動設定 | 可能 |
|
IPCPの使用 | 有効 | 不可 |
|
IPCPによるIPv4アドレスの要求 | 無効 | 不可 |
|
IPCPによるDNSアドレスの要求 | 有効 | 不可 |
|
NTPクライアント
項目 | 仕様 | 画面からの設定 | 備考 |
---|
NTPクライアントの有効化 | 有効 | 不可 |
|
NTPサーバのアドレス | | 不可 |
|
DNSリゾルバの設定
項目 | 仕様 | 画面からの設定 | 備考 |
---|
リゾルバの動作 | 有効 | 不可 |
|
リゾルバが使用するDNSサーバ | IPCPより取得 | 不可 |
|
IPv4静的経路の設定
デフォルトで設定されている静的経路のみ利用可能。
項目 | 仕様 | 画面からの設定 | 備考 |
---|
宛先ネットワーク | - 202.221.49.0/24
- 202.221.50.0/23
- default
| 不可 | - デフォルトで設定されている経路は51-53に設定される
- 51-53の経路は削除不可
|
ゲートウェイ | | 不可 |
|
IPv4パケットフィルタ
デフォルトで設定されるフィルタです。画面からの設定・追加はできません。
ログなどに表示されるフィルタのラベルは「filter-{インデックス}」となります。
インデックス | アクション | インタフェース | 入出力の方向 | アドレス | プロトコル | 動的フィルタ | ログ出力 |
---|
0 | パス | pppoe0 | in | 送信元:202.221.49.0/24 送信先:any | any | 無効 | 無効 |
1 | パス | pppoe0 | out | 送信元:any 送信先:202.221.49.0/24 | any | 無効 | 無効 |
2 | パス | pppoe0 | in | 送信元:202.221.50.0/23 送信先:any | any | 無効 | 無効 |
3 | パス | pppoe0 | out | 送信元:any 送信先:202.221.50.0/23 | any | 無効 | 無効 |
4 | パス | pppoe0 | out | 送信元:self 送信先:any | any | 有効 TTL: 初期値 | 無効 |
5 | パス | pppoe0 | in | 送信元:any 送信先:self | icmp | 無効 | 無効 |
ユーザ設定フィルタ |
300 | ブロック | pppoe0 | in | 送信元:any 送信先:self | any | 無効 | 有効 |
生成されるコンフィグサンプル
PPPoE + X4
以下の設定を画面から行った際に生成されるコンフィグのサンプルです。
- アクセス回線としてPPPoEを利用
- グローバルアドレスとして 203.0.113.100/29 を利用
hostname: nxe99999999
interface.ge1.ipv4.address: 203.0.113.100/29
interface.pppoe0.id: mpcpreset02@iij.ad.jp
interface.pppoe0.password: hogehoge
interface.pppoe0.ipv4.address: ge1
interface.pppoe0.ipcp.address: disable
interface.pppoe0.ipcp.dns: enable
interface.pppoe0.over: ge0
ntp.service: enable
ntp.client.0.address: 202.232.2.38
ntp.client.1.address: 202.232.2.39
route.ipv4.51.destination: 202.221.49.0/24
route.ipv4.51.gateway: pppoe0
route.ipv4.52.destination: 202.221.50.0/23
route.ipv4.52.gateway: pppoe0
route.ipv4.53.destination: default
route.ipv4.53.gateway: pppoe0
resolver.service: enable
resolver.0.address: ipcp
filter.ipv4.0.label: filter-0
filter.ipv4.0.action: pass
filter.ipv4.0.interface: pppoe0
filter.ipv4.0.direction: in
filter.ipv4.0.source.address: 202.221.49.0/24
filter.ipv4.0.destination.address: any
filter.ipv4.0.protocol: any
filter.ipv4.0.state: disable
filter.ipv4.0.logging: off
filter.ipv4.1.label: filter-1
filter.ipv4.1.action: pass
filter.ipv4.1.interface: pppoe0
filter.ipv4.1.direction: out
filter.ipv4.1.source.address: any
filter.ipv4.1.destination.address: 202.221.49.0/24
filter.ipv4.1.protocol: any
filter.ipv4.1.state: disable
filter.ipv4.1.logging: off
filter.ipv4.2.label: filter-2
filter.ipv4.2.action: pass
filter.ipv4.2.interface: pppoe0
filter.ipv4.2.direction: in
filter.ipv4.2.source.address: 202.221.50.0/23
filter.ipv4.2.destination.address: any
filter.ipv4.2.protocol: any
filter.ipv4.2.state: disable
filter.ipv4.2.logging: off
filter.ipv4.3.label: filter-3
filter.ipv4.3.action: pass
filter.ipv4.3.interface: pppoe0
filter.ipv4.3.direction: out
filter.ipv4.3.source.address: any
filter.ipv4.3.destination.address: 202.221.50.0/23
filter.ipv4.3.protocol: any
filter.ipv4.3.state: disable
filter.ipv4.3.logging: off
filter.ipv4.4.label: filter-4
filter.ipv4.4.action: pass
filter.ipv4.4.interface: pppoe0
filter.ipv4.4.direction: out
filter.ipv4.4.source.address: self
filter.ipv4.4.destination.address: any
filter.ipv4.4.protocol: any
filter.ipv4.4.state: enable
filter.ipv4.4.logging: off
filter.ipv4.5.label: filter-5
filter.ipv4.5.action: pass
filter.ipv4.5.interface: pppoe0
filter.ipv4.5.direction: in
filter.ipv4.5.source.address: any
filter.ipv4.5.destination.address: self
filter.ipv4.5.protocol: icmp
filter.ipv4.5.state: disable
filter.ipv4.5.logging: off
filter.ipv4.300.label: filter-300
filter.ipv4.300.action: block
filter.ipv4.300.interface: pppoe0
filter.ipv4.300.direction: in
filter.ipv4.300.source.address: any
filter.ipv4.300.destination.address: self
filter.ipv4.300.protocol: any
filter.ipv4.300.state: disable
filter.ipv4.300.logging: on