Skip to content

Classic Setup Flow

This documentation is still being edited and may differ from the actual version.

This page starts from connecting the router. It assumes OpenWrt is already installed and Flet’H has been installed through LuCI installation or command-line installation.

The typical wiring looks like this:

Internet / NTT NGN
|
| fiber
v
ONU
|
| Ethernet cable
v
OpenWrt router WAN port -> wan / wan6
OpenWrt router LAN port -> PC, phone, switch, Wi-Fi

Flet’H cares about OpenWrt wan6. Once wan6 can obtain an IPv6 address or prefix from upstream, you can configure DS-Lite, MAP-E, or static IP.

Wire the router like a normal home router:

  1. Connect the LAN port of the ONU to the WAN port of the OpenWrt router.
  2. Connect your computer to an OpenWrt LAN port, or connect to the OpenWrt Wi-Fi.
  3. Power on the ONU and router, then wait for the link to stabilize.

If you are using an ONU, make sure IPv6 is not disabled there. Flet’H needs OpenWrt to receive an IPv6 address or prefix.

Open the LuCI web interface in your browser. The common default address is:

http://192.168.1.1/

If it does not open, confirm that your computer is on the OpenWrt LAN side or check the management address you configured.

If wan6 has not been prepared yet, go back to Before Install: Get OpenWrt Online first.

Open Network -> Flet'H -> ツール, then under LAN IPv6 設定, click SLAAC (/64) or PD (/56) depending on your line to apply IPv6 設定 to the LAN side. Otherwise the router itself may have IPv6, but LAN clients may still have no network. If you prefer manual setup, see LAN IPv6 Basics.

If the wan6 Client ID has not been repaired yet, select wan6 lower on the same page and click 修正.

LuCI Flet'H tools page showing IPv6 settings and client ID repair

Then confirm the result in:

Network -> Interfaces

Completion check: wan6 status shows IPv6 address. On DHCPv6-PD lines, it should also show IPv6 PD.

At this stage, OpenWrt does not need working IPv4 internet yet.

LuCI mock showing a Flet'H IPoE interface using wan6 as the tunnel link

Open Network -> Interfaces, edit the existing wan interface, then set it as shown:

  • プロトコル: Flet'H IPoE
  • トンネルリンク: wan6
  • ファイアウォール設定: assign it to the wan zone

Save and apply.

This applies only to Flet'H IPoE: do not copy this firewall-zone setting to a Flet'H Static IP (IPIP6H) interface. The IPIP6H interface must have no firewall zone assigned. In particular, never place it in the wan zone, because the resulting firewall rules conflict with the IPIP6H traffic path and prevent communication. Static IP users should continue with Classic Setup Flow (Static IP).

If your plan includes static IPv4 or independent IPv4, do not assume it must replace ordinary Flet'H IPoE. The static address can be owned by OpenWrt, or used only by a DMZ-side device while ordinary LAN clients continue using MAP-E / DS-Lite.

See Classic Setup Flow (Static IP) for the full setup.

Static IP passthrough is the special Flet’H case: OpenWrt brings up the IPv6 / IPIP6 tunnel, but the public IPv4 address is used by a DMZ-side firewall, business router, or server. Ordinary LAN clients can still keep using Flet'H IPoE.

See Classic Setup Flow (Static IP) for wiring and field details.

If you want to use a VoIP router like the Yamaha NVR500/510 for Hikari Denwa while OpenWrt handles the internet connection, you will need a bridge configuration for the WAN side.

See Classic Setup Flow (with Hikari Denwa) for details.

Open:

Network -> Flet'H

Check the detected area, prefix, DS-Lite / MAP-E provider, and port ranges.
If the page is empty or detection fails, see Troubleshooting.