Skip to main content

Ik denk eraan over te stappen naar Proximus Fiber als deze in de straat beschikbaar wordt. 

Mijn router van Unifi, de Dreammachine Special Edition, heeft een WAN ingang van 2,5GbE voor zowel een RJ-45 kabel maar ook een SFP+ fiber aansluiting. 

Nu de grote vraag. Heeft de fiber modem van Proximus een fiber uitgang? En zo ja, welk type connector heeft deze?

Reden voor de vraag: ik wil een patch kabel leggen bij een renovatie tussen de toekomstige modem en mijn router. 

Dank voor jullie input. 

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


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. 


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. 

 


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 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?


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.


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”:

 

 

 


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


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???


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 ? 


 

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?


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/


 

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


 

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


 

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


 

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


 

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 

 


 

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 

 


Reageer