Skip to main content
Beantwoord

Fibermodem met fiber out


Heb je hier een antwoord gevonden op je vraag?
Toon eerste bericht

43 reacties

  • Rising star
  • 15 reacties
  • 20 december 2024

Change ETH UNI Slot from 10 to 1 using https://github.com/rssor/fs_xgspon_mod


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 20 december 2024
Medard schreef:

Change ETH UNI Slot from 10 to 1 using https://github.com/rssor/fs_xgspon_mod

I can't telnet to the ONU stick, when i first connected and logged in to telnet and after plugging fiber and out after closing cmd i couldn't reconnect back, maybe my local static ip settings are incorrect or unifi firewall kicked in idk, can't ping it either ,maybe it's default ip is changed for no reason. 


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 20 december 2024
Cemilaw schreef:
Medard schreef:

Change ETH UNI Slot from 10 to 1 using https://github.com/rssor/fs_xgspon_mod

I can't telnet to the ONU stick, when i first connected and logged in to telnet and after plugging fiber and out after closing cmd i couldn't reconnect back, maybe my local static ip settings are incorrect or unifi firewall kicked in idk, can't ping it either ,maybe it's default ip is changed for no reason. 

Unifi does see it but no ethernet coming when fiber connected. 

 


  • Rising star
  • 15 reacties
  • 20 december 2024

You need to change ETH10GESLOT variable to 1 on the FS.com ONU stick to get Proximus Fiber working.
The fiber link must be active to be able to telnet to the ONU stick.

 

Try to setup a route to the FS.com ONU stick subnet on your UDM Pro, so you can telnet from every LAN device:

ip addr add 192.168.100.11/24 dev eth9
iptables -t nat -I POSTROUTING -s 192.168.1.1/24 -o eth9 -j MASQUERADE

 


Martin
  • 33302 reacties
  • 20 december 2024

I have a question:

An sfp+ module with MAC integrated, normally has a MODEM-ID.
Is this GPONXXXXXXXX serial number the same as the MODEM-ID that Proximus needs to activate?


  • Rising star
  • 15 reacties
  • 20 december 2024

Yes, the GPON Serial number needs to be activated by Proximus. Modem-ID is a specific name that AVM Fritz!Box uses, but it is in fact the same as GPON Serial or PON-ID.


Forum|alt.badge.img+2
  • Guru
  • 420 reacties
  • 20 december 2024

It is indeed the PON serial number. It consist of 12 or 16 characters, starting with the identification of the manufacturer (AVMG, ALCL, etc). This can be done via “My Proximus”:

 

 

 


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 20 december 2024
Medard schreef:

You need to change ETH10GESLOT variable to 1 on the FS.com ONU stick to get Proximus Fiber working.
The fiber link must be active to be able to telnet to the ONU stick.

 

Try to setup a route to the FS.com ONU stick subnet on your UDM Pro, so you can telnet from every LAN device:

ip addr add 192.168.100.11/24 dev eth9
iptables -t nat -I POSTROUTING -s 192.168.1.1/24 -o eth9 -j MASQUERADE

 

i dont understand what you saying; open a bit please


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 20 december 2024

C:\Windows\System32>ping 192.168.100.1

Pinging 192.168.100.1 with 32 bytes of data:
Reply from 192.168.100.12: Destination host unreachable.
Reply from 192.168.100.12: Destination host unreachable.
Reply from 192.168.100.12: Destination host unreachable.
Reply from 192.168.100.12: Destination host unreachable. 

 

192.168.100.12:(static ip laptop), 192.168.100.1(normally fs stick ip) , still cant connect to stick via laptop static ip, how to control this thing???


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 20 december 2024
Cemilaw schreef:

C:\Windows\System32>ping 192.168.100.1

Pinging 192.168.100.1 with 32 bytes of data:
Reply from 192.168.100.12: Destination host unreachable.
Reply from 192.168.100.12: Destination host unreachable.
Reply from 192.168.100.12: Destination host unreachable.
Reply from 192.168.100.12: Destination host unreachable. 

 

192.168.100.12:(static ip laptop), 192.168.100.1(normally fs stick ip) , still cant connect to stick via laptop static ip, how to control this thing???

omg the problem was, i cant telnet stick if the stick is in wan port, i did change his sfp port to 11 and telnet worked! now, what do i need to change in telnet after login ? 


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 20 december 2024

 

Medard schreef:

You need to change ETH10GESLOT variable to 1 on the FS.com ONU stick to get Proximus Fiber working.
The fiber link must be active to be able to telnet to the ONU stick.

 

Try to setup a route to the FS.com ONU stick subnet on your UDM Pro, so you can telnet from every LAN device:

ip addr add 192.168.100.11/24 dev eth9
iptables -t nat -I POSTROUTING -s 192.168.1.1/24 -o eth9 -j MASQUERADE

 

#ONT>set ETH10GESLOT=1
unknown command
#ONT>
  it says unkown command after this command, how to change it?


  • Rising star
  • 15 reacties
  • 21 december 2024

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 21 december 2024

 

Medard schreef:

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/

which one first


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 21 december 2024
Cemilaw schreef:

 

Medard schreef:

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/

which one first

oh oke, only Override ETH UNI Slot in the github page, all on other page


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 21 december 2024
Cemilaw schreef:
Cemilaw schreef:

 

Medard schreef:

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/

which one first

oh oke, only Override ETH UNI Slot in the github page, all on other page

It works now, after the command “python fs_xgspon_mod.py overrideslot GPONXXXXXXX 1” , Thank You guys


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 21 december 2024
Cemilaw schreef:
Cemilaw schreef:
Cemilaw schreef:

 

Medard schreef:

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/

which one first

oh oke, only Override ETH UNI Slot in the github page, all on other page

It works now, after the command “python fs_xgspon_mod.py overrideslot GPONXXXXXXX 1” , Thank You guys

i want to add this because my network latency isnt stable anymore, did i manage to get the fiber ports dirty ? https://quickshare.samsungcloud.com/aX7gWGg1ZMEA


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 21 december 2024
Cemilaw schreef:
Cemilaw schreef:
Cemilaw schreef:
Cemilaw schreef:

 

Medard schreef:

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/

which one first

oh oke, only Override ETH UNI Slot in the github page, all on other page

It works now, after the command “python fs_xgspon_mod.py overrideslot GPONXXXXXXX 1” , Thank You guys

i want to add this because my network latency isnt stable anymore, did i manage to get the fiber ports dirty ? https://quickshare.samsungcloud.com/aX7gWGg1ZMEA

maybe it is a wifi ap issue, i get this with lan cable attached from phone 

 


Forum|alt.badge.img
  • Motivator
  • 31 reacties
  • 21 december 2024
Cemilaw schreef:
Cemilaw schreef:
Cemilaw schreef:
Cemilaw schreef:
Cemilaw schreef:

 

Medard schreef:

Everything you need to know is already in this topic. You just have to read…    everything.

https://github.com/rssor/fs_xgspon_mod

https://matterne.io/article/20241103_174928/

which one first

oh oke, only Override ETH UNI Slot in the github page, all on other page

It works now, after the command “python fs_xgspon_mod.py overrideslot GPONXXXXXXX 1” , Thank You guys

i want to add this because my network latency isnt stable anymore, did i manage to get the fiber ports dirty ? https://quickshare.samsungcloud.com/aX7gWGg1ZMEA

maybe it is a wifi ap issue, i get this with lan cable attached from phone 

 

https://quickshare.samsungcloud.com/rWmB8bA1gQm3 speedtest, it always drops and never seen 8000 or above, also ids/ips enabled