はじめに

本資料は、近年のインターネット接続で主流となっているIPoE(IP over Ethernet)方式について、その仕組み、関連技術、および従来のPPPoE方式との違いをエンジニア向けに体系的に解説するものである。

1 | IPoEの前提知識:適用範囲と主要サービス

1-1 | IPoEはNTT系回線特有の仕組み

本資料で解説するIPoEおよびVNE事業者を介した接続モデルは、NTT東西のフレッツ光回線(および光コラボレーションモデル)に特有の仕組みである。

NTT系回線 (フレッツ光 / 光コラボ)

PPPoE方式のボトルネック(網終端装置: NTEの混雑)を回避するために、IPoE + VNEという新しいバイパス経路が構築された。したがって、本資料で解説する技術(MAP-E, DS-Lite等)は、これらの回線を利用している場合にのみ該当する。

独自回線事業者 (auひかり, NURO光, eo光など)

これらの事業者は、NTTとは異なる独自の光ファイバー網を構築・運用している。そのため、PPPoEのボトルネックであるNTTのNTEを経由せず、PPPoEの混雑問題とは基本的に無関係である。接続方式も、より直接的にインターネットへ接続する方式(広義のIPoE)を採用している。

なぜ、独自回線でも「IPv4 over IPv6」が必要なのか?

NTT網の混雑回避とは無関係な独自回線でもIPv4 over IPv6技術を導入する主な理由は、世界的な「IPv4アドレス枯渇問題」に対応するためです。

課題 解説
IPv4アドレスの枯渇 新規に割り当て可能なグローバルIPv4アドレスは世界的にほぼ枯渇しており、全ユーザーに個別のIPv4アドレスを払い出すことが物理的に不可能です。
IPv4/IPv6の共存 ネットワークの基本設計はIPv6中心に移行していますが、世の中のWebサイトやサービスの多くは依然としてIPv4にしか対応していません。
解決策 DS-Liteのようなトンネリング技術と、事業者側のCGN(Carrier Grade NAT)を組み合わせることで、限られた数のグローバルIPv4アドレスを多数のユーザーで共有し、IPv6ネットワークからIPv4インターネットへの接続性を確保します。
目的の違い

独自回線におけるIPv4 over IPv6は「混雑回避」ではなく「IPv4アドレスの有効活用」が主目的である、という点がNTT系回線との大きな違いです。

1-2 | 主なIPoEサービスとVNE事業者

VNE事業者と、そのプラットフォームを利用して提供される主要なIPoEサービスの代表例を以下に示す。

サービスブランド名 提供VNE事業者 IPv4 over IPv6方式 主な提供ISP・回線サービス例
v6プラス JPNE MAP-E @nifty光, So-net光プラス, GMOとくとくBB光 など
transix IIJ DS-Lite (固定IPはIPIP) IIJmioひかり, エキサイトMEC光 など
OCNバーチャルコネクト NTTコミュニケーションズ MAP-E / DS-Lite OCN光, ドコモ光, anovo など
クロスパス アルテリア・ネットワークス MAP-E DTI光, U-NEXT光 など
IPv6オプション BIGLOBE MAP-E BIGLOBE光 など

2 | IPoEとPPPoEの概要と比較

2-1 | PPPoE (Point-to-Point Protocol over Ethernet)

接続方式
イーサネットフレーム上にPPPというプロトコルをカプセル化して通信する。利用者の認証(ID/パスワード)を行い、仮想的な1対1のトンネルをNTE(網終端装置)との間に確立してインターネットに接続する。
歴史的背景
インターネット黎明期のダイヤルアップ接続では、ユーザー認証やIPアドレス払い出しを行うPPPが標準であった。ブロードバンド時代を迎え、物理回線がEthernetに置き換わっても、ISPは既存の認証・課金システム(RADIUSサーバー等)を流用したかったため、Ethernet上で論理的にPPPセッションを確立するPPPoEが考案された。これにより、ISPは大規模な設備変更なしにブロードバンドサービスを提供可能になった。
特徴
  • 認証: ユーザーIDとパスワードによる認証が必須。
  • ボトルネック: 構造上、NTEの処理能力やISP毎の収容設計が通信速度のボトルネックになりやすいという課題があった。

2-2 | IPoE (IP over Ethernet)

接続方式
イーサネットフレーム上に直接IPパケットを乗せて通信するシンプルな方式である。PPPのようなトンネリングを行わず、より直接的にVNE事業者のネットワークに接続される。
認証
ID/パスワードによるユーザー認証は行わず、物理的な回線情報によって利用者を識別する(回線認証)。

2-3 | 両者の比較

項目 PPPoE IPoE
通信方式 PPPトンネル方式 ネイティブ方式 (IP over Ethernet)
認証方式 ID/パスワード認証 回線認証
通信帯域 網終端装置(NTE)がボトルネックになりやすい VNE事業者の広帯域なGWを経由するため高速
IPアドレス IPv4が基本 IPv6が基本
設定 HGWやルータにID/パスワード設定が必要 原則、対応ルータの接続設定は不要(自動)

3 | IPoEの基本構成とISPの役割変化

3-1 | 事業者モデルとISPの立ち位置の変化

IPoE接続の導入は、インターネットサービスプロバイダ(ISP)の役割を大きく変えた。

従来のPPPoEモデルにおけるISP

ISPはNTTのNTEに自社設備を接続し、ユーザー認証からIPアドレス払い出しまでを直接行っていた。


[ユーザー] ---> [NTT網] --<混雑ポイント>-- [NTE] --- [ISP設備] ---> [インターネット]
                

IPoEモデルにおけるVNEとISP

IPoE方式では、NTEをバイパスするためにNTTのNGN網に直結する大規模なゲートウェイ設備が必要となる。この役割を専門的に担う事業者としてVNE (Virtual Network Enabler) が登場した。

多くのISPは自社で大規模投資を行う代わりに、VNEの提供する接続サービスを再販(リセール)するビジネスモデルを選択した。


[ユーザー] ---> [NTT網(NGN)] ===<広帯域>=== [VNE大規模GW] ---> [インターネット]
    ^
    | (サービスを再販)
 [ISP]
                

変化のまとめ

IPアドレス管理やIPv4 over IPv6の実装といった中核機能はVNEが担い、ISPの役割はVNEサービスのパッケージ化、販売、サポート、課金へとシフトした。

このため、ユーザー体験(通信速度や安定性)は、契約ISPよりも、そのISPが利用しているVNE事業者に大きく依存する。

3-2 | IPv4とIPv6のアドレス割り当てモデルの違い

IPoEを理解する上で、IPv4(PPPoE)とIPv6(IPoE)のアドレス割り当て方法の根本的な違いを把握することが重要である。

従来のIPv4 (PPPoE) モデル: 「個数」での割り当て

  • 動的IP: 接続のたびに、利用可能なグローバルIPv4アドレスが1つ動的に割り当てられる。
  • 固定IP: オプション契約により、特定のグローバルIPv4アドレスが1個、8個(/29)、16個(/28)といった単位で固定的に割り当てられる。

新しいIPv6 (IPoE) モデル: 「ブロック」での割り当て

  • プレフィックス委譲 (Prefix Delegation / PD): IPv6では、単一のアドレスではなく、「プレフィックス」と呼ばれるIPアドレスのまとまり(ブロック)がルータに割り当てられる。
  • この仕組みはDHCPv6-PDというプロトコルで実現され、ISPから一般的に/48や/56といったサイズのプレフィックスが割り当てられる。
  • これにより、ルータ配下の全ての機器が、NAPTを介さずに一意のグローバルIPv6アドレスを持って直接通信できるようになる。

4 | IPv4 over IPv6技術

IPoE接続ではIPv6通信がネイティブとなる。しかし、現在のインターネット上のWebサイトやサービスの多くは、依然としてIPv4で運用されている。

このため、IPv6の通信網を使って膨大なIPv4インターネット資産にアクセスするには、IPv4パケットをIPv6パケットで包んで運ぶトンネリング技術(IPv4 over IPv6)が事実上必須となる。

4-1 | MAP-E (Mapping of Address and Port - Encapsulation)

仕組み
VNEから共有IPv4アドレスと利用可能なポート番号の範囲が割り当てられ、ユーザー側ルータがNAPTとIPv6カプセル化を行う。
特徴
利用できるポート番号に制限があるが、VNE側のGWがステートレスで動作するためスケーラビリティに優れる。
通信フロー
[LAN PC] --(IPv4)--> [宅内ルータ (NAPT & IPv6カプセル化)] --(IPv4 over IPv6)--> [VNE-GW (カプセル解除)] --(IPv4)--> [インターネット]

4-2 | DS-Lite (Dual-Stack Lite)

仕組み
ユーザー側ルータはIPv4パケットをそのままIPv6でカプセル化し、NAPT処理はVNE側のGW(AFTR/CGN)が一括して行う。
特徴
ユーザー側ルータの設定がシンプルになるが、VNE側のGWが全セッションを管理(ステートフル)する必要がある。
通信フロー
[LAN PC] --(IPv4)--> [宅内ルータ (IPv6カプセル化のみ)] --(IPv4 over IPv6)--> [VNE-GW/AFTR (カプセル解除 & NAPT)] --(IPv4)--> [インターネット]

4-3 | IPIP (IP in IP)

仕組み
グローバルIPv4アドレスを1つ占有する固定IPサービスで利用されるシンプルなトンネリング技術。NAPTは行わない。
特徴
全てのポートを自由に利用できるため、サーバー公開などに適している。
通信フロー
[サーバー等] --(IPv4)--> [宅内ルータ (カプセル化)] --(IPIPトンネル)--> [VNE-GW (トンネル終端)] --(IPv4)--> [インターネット]

4-4 | 技術方式の比較まとめ

項目 MAP-E DS-Lite IPIP (固定IP)
IPv4アドレス 共有 共有 占有
NAPT実施場所 ユーザー側ルータ VNE側GW 不要
ポートフォワーディング 制限あり(指定範囲のみ可) 制限あり(原則不可) 制限なし(全ポート可)
VNE側GWの状態管理 ステートレス ステートフル ステートレス
主な用途 個人向け高速接続 個人向け高速接続 サーバー用途

4-5 | その他の技術

464XLAT (主にスマートフォンで利用)
スマートフォンなどの端末側(CLAT)と、携帯キャリア網側(PLAT)で2段階のアドレス・プロトコル変換を行う技術である。IPv6専用のモバイルネットワークからIPv4インターネットへのシームレスなアクセスを実現する。

5 | 主要ネットワーク機器での設定概念の違い

ここでは、代表的なFortiGateとYAMAHA RTXルータを例に、IPv4 over IPv6設定のアプローチの違いを解説する。

5-1 | FortiGateでの設定概念 (UTMとしてのアプローチ)

キーコンセプト: vne-virtual-wire-pair
FortiGateは、IPv4 over IPv6トンネルを仮想的な透過インターフェースとして高度に抽象化する。これにより、管理者は複雑なカプセル化処理を意識することなく、使い慣れたファイアウォールポリシーを作成するだけで通信制御とUTM機能の適用が可能になる。
設定フロー概略 (MAP-Eの場合)
  1. 物理WANインターフェースでDHCPv6-PDを有効化し、IPv6プレフィックスを取得。
  2. MAP-E設定でVNE事業者(v6プラスなど)を指定。
  3. システム内部にvne-virtual-wire-pairインターフェースが自動生成される。
  4. LAN側からこの仮想インターフェース宛のファイアウォールポリシーを作成し、UTM機能を適用する。

5-2 | YAMAHA RTXルータでの設定概念 (ルータとしてのアプローチ)

キーコンセプト: tunnelコマンドによる直接設定
RTXルータでは、tunnel selectコマンドで仮想トンネルインターフェースを定義し、tunnel encapsulation map-eのようにプロトコルを明示的に指定する。国内メーカーならではの強みとして、tunnel map-e name v6plusのように主要VNEの設定値を呼び出す便利なショートカットコマンドが用意されており、設定を大幅に簡略化できる。
設定フロー概略 (MAP-Eの場合)
  1. ipv6 prefixコマンドでプロバイダからIPv6プレフィックスを取得する設定。
  2. tunnel selectでトンネルインターフェースを準備。
  3. tunnel encapsulation map-etunnel map-e name v6plusで方式とサービスを定義。
  4. ip tunnel nat descriptorコマンドで、このトンネルでのNAPTを有効化。
  5. tunnel enableでトンネルを有効化。

5-3 | 両者のアプローチ比較

観点 FortiGate (UTM) YAMAHA RTX (ルータ)
設定アプローチ GUIベース、仮想インターフェースによる抽象化 CUIベース、コマンドによる直接定義
管理の容易さ 視覚的で分かりやすく、ポリシー管理に統一できる コマンド知識が必要だが、挙動が明確
柔軟性 抽象化されている分、細かいチューニングは限定的 コマンドレベルで詳細な設定が可能で、柔軟性が高い
主目的 セキュリティ機能の適用を主眼に置いた実装 確実なルーティングと接続性を主眼に置いた実装
対象ユーザー セキュリティ管理者がインフラも管理する環境 ネットワーク専門のエンジニアがいる環境

6 | 要点まとめ

  • 適用範囲の理解: IPoE(VNEモデル)はNTTフレッツ網のPPPoE混雑を回避する技術。auひかり等の独自回線網では無関係。
  • 事業者構造の理解: 通信品質は契約ISPより、そのISPが採用するVNE事業者に大きく依存する。
  • プロトコルの理解: ネイティブ通信はIPv6。IPv4通信はMAP-EやDS-Lite等のトンネリングで実現されている。
  • アドレス体系の理解: IPv4は「個数」、IPv6は「ブロック(プレフィックス)」で割り当てられる。
  • ポート制御の理解: MAP-E/DS-Liteではポート利用に制限がある。サーバー公開には固定IP(IPIP等)が必須。
  • 機器実装の理解: ルータ製品によって設定概念が大きく異なる(FortiGateの抽象化 vs YAMAHAの直接定義)。

Introduction

This document provides a systematic explanation for engineers on the IPoE (IP over Ethernet) method, which has become the mainstream for recent internet connections, covering its mechanism, related technologies, and differences from the conventional PPPoE method.

1 | Prerequisites for IPoE: Scope and Major Services

1-1 | IPoE is Specific to NTT Group Lines

The IPoE and VNE operator-mediated connection model described in this document is a mechanism specific to NTT East/West FLET'S Hikari lines (and Hikari Collaboration models).

NTT Group Lines (FLET'S Hikari / Hikari Collaboration)

A new bypass route called IPoE + VNE was established to avoid the bottleneck of the PPPoE method (congestion at the Network Termination Equipment: NTE). Therefore, the technologies explained in this document (MAP-E, DS-Lite, etc.) are only applicable when using these lines.

Independent Line Operators (au Hikari, NURO Hikari, eo Hikari, etc.)

These operators build and operate their own fiber-optic networks, different from NTT. Therefore, they do not pass through NTT's NTE, which is the bottleneck for PPPoE, and are generally unrelated to PPPoE congestion issues. Their connection method is also a more direct way to connect to the internet (a broader sense of IPoE).

Why is "IPv4 over IPv6" needed even for independent lines?

The main reason for implementing IPv4 over IPv6 technology on independent lines, unrelated to avoiding NTT network congestion, is to address the global "IPv4 address exhaustion problem."

Issue Explanation
IPv4 Address Exhaustion The pool of assignable global IPv4 addresses is nearly depleted worldwide, making it physically impossible to provide a unique IPv4 address to every user.
IPv4/IPv6 Coexistence While network infrastructure is shifting towards an IPv6-centric design, many websites and services on the internet still only support IPv4.
Solution By combining tunneling technologies like DS-Lite with Carrier-Grade NAT (CGN) on the operator side, a limited number of global IPv4 addresses can be shared among many users, ensuring connectivity from the IPv6 network to the IPv4 internet.
Difference in Purpose

The primary purpose of IPv4 over IPv6 on independent lines is "effective use of IPv4 addresses" rather than "congestion avoidance," which is a major difference from NTT Group lines.

1-2 | Major IPoE Services and VNE Operators

The following are representative examples of VNE operators and the major IPoE services provided using their platforms.

Service Brand Name VNE Operator IPv4 over IPv6 Method Example ISPs/Line Services
v6 Plus JPNE MAP-E @nifty Hikari, So-net Hikari Plus, GMO Tokutoku BB Hikari, etc.
transix IIJ DS-Lite (IPIP for fixed IP) IIJmio Hikari, Excite MEC Hikari, etc.
OCN Virtual Connect NTT Communications MAP-E / DS-Lite OCN Hikari, docomo Hikari, anovo, etc.
Cross Pass ARTERIA Networks MAP-E DTI Hikari, U-NEXT Hikari, etc.
IPv6 Option BIGLOBE MAP-E BIGLOBE Hikari, etc.

2 | Overview and Comparison of IPoE and PPPoE

2-1 | PPPoE (Point-to-Point Protocol over Ethernet)

Connection Method
Communicates by encapsulating the PPP protocol within Ethernet frames. It authenticates the user (ID/password) and establishes a virtual one-to-one tunnel with the NTE (Network Termination Equipment) to connect to the internet.
Historical Background
In the early days of the internet, PPP was the standard for dial-up connections to handle user authentication and IP address assignment. As the broadband era began and physical lines were replaced by Ethernet, ISPs wanted to reuse their existing authentication and billing systems (like RADIUS servers). PPPoE was devised to establish a logical PPP session over Ethernet, allowing ISPs to offer broadband services without major equipment changes.
Features
  • Authentication: Requires user ID and password.
  • Bottleneck: Structurally, the processing capacity of the NTE and the ISP's capacity planning often became a bottleneck for communication speed.

2-2 | IPoE (IP over Ethernet)

Connection Method
A simple method that places IP packets directly on Ethernet frames. It does not use tunneling like PPP and connects more directly to the VNE operator's network.
Authentication
It does not perform user authentication with an ID/password but identifies the user based on physical line information (line authentication).

2-3 | Comparison

Item PPPoE IPoE
Communication Method PPP Tunnel Method Native Method (IP over Ethernet)
Authentication Method ID/Password Authentication Line Authentication
Bandwidth Prone to bottlenecks at the NTE High-speed via VNE's high-bandwidth GW
IP Address Primarily IPv4 Primarily IPv6
Configuration Requires ID/password setup on HGW or router Generally, no connection setup required on compatible routers (automatic)

3 | Basic IPoE Configuration and the Changing Role of ISPs

3-1 | Business Model and ISP's Position Change

The introduction of IPoE connections has significantly changed the role of Internet Service Providers (ISPs).

ISPs in the Traditional PPPoE Model

ISPs connected their own equipment to NTT's NTE and directly handled everything from user authentication to IP address assignment.


[User] ---> [NTT Network] ---- [NTE] --- [ISP Equipment] ---> [Internet]
                

VNE and ISPs in the IPoE Model

In the IPoE method, large-scale gateway equipment directly connected to NTT's NGN is required to bypass the NTE. VNE (Virtual Network Enabler) emerged as a specialized operator to handle this role.

Many ISPs chose a business model of reselling the connection services provided by VNEs instead of making large investments themselves.


[User] ---> [NTT Network (NGN)] ====== [VNE Large-scale GW] ---> [Internet]
    ^
    | (Reselling service)
 [ISP]
                

Summary of Changes

Core functions such as IP address management and IPv4 over IPv6 implementation are now handled by VNEs, and the role of ISPs has shifted to packaging, selling, supporting, and billing for VNE services.

Therefore, the user experience (communication speed and stability) depends more on the VNE operator used by the contracting ISP than on the ISP itself.

3-2 | Differences in IPv4 and IPv6 Address Assignment Models

To understand IPoE, it is important to grasp the fundamental differences in address assignment methods between IPv4 (PPPoE) and IPv6 (IPoE).

Traditional IPv4 (PPPoE) Model: Assignment by "Quantity"

  • Dynamic IP: One available global IPv4 address is dynamically assigned upon each connection.
  • Fixed IP: Through an optional contract, a specific global IPv4 address is fixedly assigned in units such as 1, 8 (/29), or 16 (/28) addresses.

New IPv6 (IPoE) Model: Assignment by "Block"

  • Prefix Delegation (PD): In IPv6, instead of a single address, a block of IP addresses called a "prefix" is assigned to the router.
  • This mechanism is realized by the DHCPv6-PD protocol, and ISPs typically assign prefixes of size /48 or /56.
  • This allows all devices under the router to have a unique global IPv6 address and communicate directly without going through NAPT.

4 | IPv4 over IPv6 Technology

In an IPoE connection, IPv6 communication is native. However, many websites and services on the current internet still operate on IPv4.

Therefore, to access the vast IPv4 internet assets using the IPv6 communication network, a tunneling technology that wraps IPv4 packets in IPv6 packets (IPv4 over IPv6) is virtually essential.

4-1 | MAP-E (Mapping of Address and Port - Encapsulation)

Mechanism
A shared IPv4 address and a range of available port numbers are assigned from the VNE, and the user's router performs NAPT and IPv6 encapsulation.
Features
There are restrictions on the usable port numbers, but it excels in scalability as the VNE's gateway operates statelessly.
Communication Flow
[LAN PC] --(IPv4)--> [Home Router (NAPT & IPv6 Encapsulation)] --(IPv4 over IPv6)--> [VNE-GW (Decapsulation)] --(IPv4)--> [Internet]

4-2 | DS-Lite (Dual-Stack Lite)

Mechanism
The user's router encapsulates IPv4 packets in IPv6 as is, and the NAPT process is handled collectively by the VNE's gateway (AFTR/CGN).
Features
Simplifies the user's router configuration, but the VNE's gateway needs to manage all sessions (stateful).
Communication Flow
[LAN PC] --(IPv4)--> [Home Router (IPv6 Encapsulation only)] --(IPv4 over IPv6)--> [VNE-GW/AFTR (Decapsulation & NAPT)] --(IPv4)--> [Internet]

4-3 | IPIP (IP in IP)

Mechanism
A simple tunneling technology used for fixed IP services that occupy one global IPv4 address. NAPT is not performed.
Features
Suitable for server hosting as all ports can be used freely.
Communication Flow
[Server, etc.] --(IPv4)--> [Home Router (Encapsulation)] --(IPIP Tunnel)--> [VNE-GW (Tunnel Termination)] --(IPv4)--> [Internet]

4-4 | Technology Comparison Summary

Item MAP-E DS-Lite IPIP (Fixed IP)
IPv4 Address Shared Shared Dedicated
NAPT Location User's Router VNE's GW Not required
Port Forwarding Limited (only specified range) Limited (generally not possible) No restrictions (all ports)
VNE's GW State Management Stateless Stateful Stateless
Primary Use Case High-speed connection for individuals High-speed connection for individuals Server hosting

4-5 | Other Technologies

464XLAT (Mainly for smartphones)
A technology that performs two-stage address and protocol translation on the terminal side (CLAT) and the mobile carrier network side (PLAT). It enables seamless access from an IPv6-only mobile network to the IPv4 internet.

5 | Differences in Configuration Concepts on Major Network Devices

Here, we explain the differences in the IPv4 over IPv6 configuration approach using FortiGate and YAMAHA RTX routers as examples.

5-1 | FortiGate Configuration Concept (UTM Approach)

Key Concept: vne-virtual-wire-pair
FortiGate highly abstracts the IPv4 over IPv6 tunnel as a virtual transparent interface. This allows administrators to apply traffic control and UTM functions by creating familiar firewall policies without being aware of the complex encapsulation process.
Configuration Flow Outline (for MAP-E)
  1. Enable DHCPv6-PD on the physical WAN interface to obtain an IPv6 prefix.
  2. Specify the VNE operator (e.g., v6 plus) in the MAP-E settings.
  3. A vne-virtual-wire-pair interface is automatically generated within the system.
  4. Create a firewall policy from the LAN side to this virtual interface and apply UTM functions.

5-2 | YAMAHA RTX Router Configuration Concept (Router Approach)

Key Concept: Direct configuration with `tunnel` command
On an RTX router, you define a virtual tunnel interface with the tunnel select command and explicitly specify the protocol, such as tunnel encapsulation map-e. A strength unique to a domestic manufacturer is the availability of convenient shortcut commands, like tunnel map-e name v6plus, which call up settings for major VNEs, greatly simplifying configuration.
Configuration Flow Outline (for MAP-E)
  1. Configure to obtain an IPv6 prefix from the provider using the ipv6 prefix command.
  2. Prepare a tunnel interface with tunnel select.
  3. Define the method and service with tunnel encapsulation map-e and tunnel map-e name v6plus.
  4. Enable NAPT on this tunnel with the ip tunnel nat descriptor command.
  5. Enable the tunnel with tunnel enable.

5-3 | Comparison of Approaches

Aspect FortiGate (UTM) YAMAHA RTX (Router)
Configuration Approach GUI-based, abstraction via virtual interface CUI-based, direct definition via commands
Ease of Management Visually intuitive and can be unified with policy management Requires command knowledge, but behavior is clear
Flexibility Fine-tuning is limited due to abstraction Highly flexible with detailed configuration at the command level
Primary Goal Implementation focused on applying security features Implementation focused on reliable routing and connectivity
Target User Environments where security administrators also manage infrastructure Environments with dedicated network engineers

6 | Key Points Summary

  • Understand the Scope: The IPoE (VNE model) is a technology to bypass PPPoE congestion on the NTT FLET'S network. It is irrelevant for independent line networks like au Hikari.
  • Understand the Operator Structure: Communication quality largely depends on the VNE operator adopted by the ISP, rather than the ISP itself.
  • Understand the Protocols: Native communication is IPv6. IPv4 communication is achieved through tunneling such as MAP-E or DS-Lite.
  • Understand the Addressing System: IPv4 is assigned by "quantity," while IPv6 is assigned by "block (prefix)."
  • Understand Port Control: Port usage is restricted with MAP-E/DS-Lite. A fixed IP (e.g., IPIP) is essential for server hosting.
  • Understand Device Implementation: Configuration concepts differ significantly between router products (FortiGate's abstraction vs. YAMAHA's direct definition).