i210 and SFP GPON Modul

Started by JayTee75, September 14, 2024, 07:22:11 PM

Previous topic - Next topic
I have a i210 port with ZYXEL SFP GPON

igb4: <Intel(R) I210 (Fiber)> port 0x8000-0x801f mem 0xdc200000-0xdc2fffff,0xdc300000-0xdc303fff at device 0.0 on pci10
igb4: EEPROM V3.16-0 eTrack 0x800004b4



igb4@pci0:10:0:0:       class=0x020000 rev=0x03 hdr=0x00 vendor=0x8086 device=0x1536 subvendor=0xffff subdevice=0x0000
    vendor     = 'Intel Corporation'
    device     = 'I210 Gigabit Fiber Network Connection'
    class      = network
    subclass   = ethernet


But I can't see the SFP Modul...


igb4: flags=28943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,PPROMISC> metric 0 mtu 1500
        description: WAN_SFP (opt4)
        options=4800028<VLAN_MTU,JUMBO_MTU,HWSTATS,MEXTPG>
        ether 7c:5a:1c:7d:02:0d
        inet 10.10.1.2 netmask 0xffffff00 broadcast 10.10.1.255
        inet6 fe80::7e5a:1cff:fe7d:20d%igb4 prefixlen 64 scopeid 0x5
        media: Ethernet 1000baseSX <full-duplex> (autoselect)
        status: no carrier
        nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>


Any idea to get the SFP work?



Are you using this to bypass the BGW series ATT modem for fiber connectivity?

Thats the Idea. I don't want make external fiber to copper sind use it directly as WAN in opnsense.

Is the SFP only shown when a fibre cable is connected?

Most likely the SFP ONU will only activate when provisioned by the OLT, is this the case?
Please note as well that the SFP ONU might  not negotiate port speed, I would suggest to set the port speed to 1GBps ( or 2.5 Gbps).

Hope this helps 

Quote from: JayTee75 on September 18, 2024, 02:48:40 PM
Thats the Idea. I don't want make external fiber to copper sind use it directly as WAN in opnsense.

My setup is a little different, as I have the ONT transceiver connected into my OPN box.  Works great, but I can't reach the IP you assign it to access the web GUI.  It doesn't do like it does with the BGW modem connected, as you get an internal address from the modem to access it.  The ONT doesn't give you the one assigned and only the WAN IP.

The only way I've found so far to get access, is unplug it, change the IP on my fiber card in my windows server to something in the same subnet, and update it that way accessing the GUI.  Then unplugging it and putting it back into my OPN box.  I've tried creating SNAT, and had no luck accessing

If this is even the issue you are having - gaining access to thhe GUI.

In order to get to the WebUI for the PON, you have to create a Virtual IP address.  From their discord:

-----------------------------
Firewall -> Virtual IPs -> Add.
Select the "IP Alias" type
Select interface
Select single address
Address(es): 192.168.11.100 / 24 (Or whatever IP range you used)
Description: Management
Save

Firewall -> NAT -> Outbound
Select "Hybrid Outbound NAT"
Select "Add (down/up, depending on what you want)"
Ensure "disable this rule" is NOT selected"
Select the same interface as above
Select IPv4
Protocol: Any, Source: Any
Destination: Network or Alias: 192.168.11.0 / 24
Translation
Address: 192.168.11.100 (Management)
Misc
Description: Management NAT
Save (edited)
-----------------------------
Works for me, even if I disable the NAT rule, I can still get to the interface.