Loopback causing blacklisted ont

  • Thread starter Thread starter orrville
  • Start date Start date
  • Replies Replies 78
  • Views Views 12,339
@orrville Please check my updated post. It does seem to be the MAC address in EPON OLT.
 
@orrville I took apart the DBC ONT, exact one you linked. Good thing is that it has serial headers, just need to figure out the baud. I will let you know if I find something.
 
Just got root access through Serial@115200. Runs a normal Linux OS, lets see how far I can get.

Leaving the boot-logs here just in case someone comes along:

CPU: ZX279125@A9,600MHZ
RAM: 32MB
SPI Flash: 8MB

U-Boot 2013.04 (Jun 11 2018 - 09:23:51)

FULL:
Looking at the dmesg and result of ifconfig, it look like its running an older version of OpenWrt.
There seems to be two pon interfaces, pon and pon0.

Changing mac with ifconfig pon hw ether XX....XX seems to work.

UPDATE:

1. Confirmed that it runs OpenWrt:

Code:
#!/bin/sh
# Copyright (C) 2006 OpenWrt.org
Seems its time to jump off to OpenWrt forums.
 
Last edited:
get telnet/ssh access first. Or else you'll have to get console access through serial.

I will post all the details in github shortly.
 
Last edited:

Back