Table of Contents

SFP GPON ONU with M1 Fiber Broadband

Hardware

Firmware

Configuration

CLI

  1. $ telnet 192.168.1.1
  2. # flash set OMCI_OLT_MODE 1
    OMCI_OLT_MODE=1
  3. # flash set PON_VENDOR_ID HWTC
    PON_VENDOR_ID=HWTC
  4. # flash set GPON_ONU_MODEL HG8240H5
    GPON_ONU_MODEL=HG8240H5
  5. # flash set GPON_SN HWTCXXXXXXXX
    GPON_SN=HWTCXXXXXXXX
  6. # reboot

GUI

  1. WAN → PON WAN
  2. Delete default WAN bridge
  3. You should be able to get a DHCP WAN/WAN6 lease from M1 after this step

Nice to Have

If your LAN subnet is different from 192.168.1.1, you can add an additional IP and NAT masquerade to WAN to be able to access your ONU from behind your router.

  1. Configure an additional IP 192.168.1.253/24 on WAN
  2. Configure NAT for destination 192.168.1.0/24, action = masquerade
  3. You should be able to access the ONU at 192.168.1.1 from your LAN now