Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RBS50, No response, or forcibly closed in blind mode #156

Open
TDuxis opened this issue Sep 7, 2024 · 1 comment
Open

RBS50, No response, or forcibly closed in blind mode #156

TDuxis opened this issue Sep 7, 2024 · 1 comment
Labels

Comments

@TDuxis
Copy link

TDuxis commented Sep 7, 2024

Hi

I am struggling with my RBS50, can't manage to flash with nmrpflash.

My RBS50 just keep pulsing white all the time. It does not connect at all to the router wirelessly.
If I hook it up to the router with ethernet cable, the router says the RBS50 is connected through 5G with Good backhaul status and on IP 192.168.1.250. But it does not sync or work. It responds to Ping. I am not able to access the RBS50 web gui. Connection refused.

Hooking the RBS50 up to my PC is pretty much the same. Below is the printout from my command window trying to use nmrpflash both in normal mode and in -B blind mode.

I am pretty sure the RBS50 is on the latest firmware version, as everything else in the system is, V2.7.5.4

Any advice on how to continue would be greatly appreciated!

C:\Users\admin\Downloads\nmrpflash-0.9.22-win32>netsh interface ipv4 show config

Configuration for interface "Ethernet"
    DHCP enabled:                         No
    IP Address:                           10.164.183.253
    Subnet Prefix:                        10.164.183.0/24 (mask 255.255.255.0)
    Default Gateway:                      10.164.183.252
    Gateway Metric:                       1
    InterfaceMetric:                      25
    Statically Configured DNS Servers:    None
    Register with which suffix:           Primary only
    Statically Configured WINS Servers:   None

Configuration for interface "Local Area Connection* 1"
    DHCP enabled:                         Yes
    InterfaceMetric:                      25
    DNS servers configured through DHCP:  None
    Register with which suffix:           Primary only
    WINS servers configured through DHCP: None

Configuration for interface "Local Area Connection* 10"
    DHCP enabled:                         No
    InterfaceMetric:                      25
    Statically Configured DNS Servers:    None
    Register with which suffix:           Primary only
    Statically Configured WINS Servers:   None

Configuration for interface "Wi-Fi"
    DHCP enabled:                         Yes
    IP Address:                           192.168.1.85
    Subnet Prefix:                        192.168.1.0/24 (mask 255.255.255.0)
    Default Gateway:                      192.168.1.1
    Gateway Metric:                       0
    InterfaceMetric:                      35
    DNS servers configured through DHCP:  192.168.1.1
    Register with which suffix:           Primary only
    WINS servers configured through DHCP: None

Configuration for interface "Bluetooth Network Connection"
    DHCP enabled:                         Yes
    InterfaceMetric:                      65
    DNS servers configured through DHCP:  None
    Register with which suffix:           Primary only
    WINS servers configured through DHCP: None

Configuration for interface "Loopback Pseudo-Interface 1"
    DHCP enabled:                         No
    IP Address:                           127.0.0.1
    Subnet Prefix:                        127.0.0.0/8 (mask 255.0.0.0)
    InterfaceMetric:                      75
    Statically Configured DNS Servers:    None
    Register with which suffix:           Primary only
    Statically Configured WINS Servers:   None


C:\Users\admin\Downloads\nmrpflash-0.9.22-win32>nmrpflash -vvv -i net3 -m 8C:3B:AD:24:D4:F9 -f RBS50-V2.7.5.4.img
  {08702192-FD5A-4F9B-BB64-8FC650EE83F9}: Type=6, Name=Ethernet
Waiting for Ethernet connection (Ctrl-C to skip).
Adding 10.164.183.252 to interface net3.
Advertising NMRP server on net3 ... /pcap_inject: send error: PacketSendPacket failed: The I/O operation failed because network media is disconnected or wireless access point is out of range.  (2150891551)
Advertising NMRP server on net3 ... \
No response after 60 seconds. Bailing out.

C:\Users\admin\Downloads\nmrpflash-0.9.22-win32>nmrpflash -vvv -i net3 -m 8C:3B:AD:24:D4:F9 -f RBS50-V2.7.5.4.img  -B
  {08702192-FD5A-4F9B-BB64-8FC650EE83F9}: Type=6, Name=Ethernet
Waiting for Ethernet connection (Ctrl-C to skip).
Adding 10.164.183.252 to interface net3.
Advertising NMRP server on net3 ... \
No response after 10 seconds. Continuing blindly.
Sending configuration: 10.164.183.253/24.
Using remote filename 'RBS50-V2.7.5.4.img'.
Uploading RBS50-V2.7.5.4.img ... << WRQ(RBS50-V2.7.5.4.img, octet)
recvfrom: An existing connection was forcibly closed by the remote host.

C:\Users\admin\Downloads\nmrpflash-0.9.22-win32>
@jclehner
Copy link
Owner

Could be a hardware issue with the router's Ethernet, since it looks like your computer doesn't even detect that a cable has been connected. I'm assuming you used Ctrl-C to skip the "Waiting for Ethernet connection" message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants