bcm2-utils icon indicating copy to clipboard operation
bcm2-utils copied to clipboard

View password telnet protocol Kaon Broadcom

Open ellipsys opened this issue 2 years ago • 1 comments

We have access to router DOCSIS 3.0 CG2200, after download GatewaySettings.bin and enable telnet access from web executing bcm2cfg.exe get GatewaySettings.bin userif not show me password telnet. How to get´s. We try admin:admin, admin:password etc output bcm2cfg.exe get GatewaySettings.bin userif

  userif = {
    http_user = "admin"
    http_pass = "pass"
    http_admin_user = "admin"
    http_admin_pass = "pass"
    remote_acc_methods = 0x00
    remote_acc_user = ""
    remote_acc_pass = ""
    telnet_ipstacks = IP1 | IP4 | IP5 | IP6
    ssh_ipstacks = IP5 | IP6
    remote_acc_timeout = 1094861636
    http_ipstacks = IP1 | IP3 | IP7
    http_adv_ipstacks = IP2 | IP3 | IP7
    http_seed = ""
    http_acl_hosts = 
    http_idle_timeout = 0
  }

ellipsys avatar Sep 16 '22 21:09 ellipsys

The login credentials for telnet are remote_acc_user and remote_acc_pass. To enable telnet via the config file, also run

bcm2cfg set GatewaySettings.bin userif.remote_acc_methods telnet

jclehner avatar Sep 17 '22 13:09 jclehner