10-10-2017 12:53 PM - edited 03-05-2019 09:16 AM
I'm unable to log into the guest os on our IR829. Following the latest Software Configuration Guide I can telnet to it at 10.1.2.1 2070, but root/<blank>, cisco or other combinations will not allow me to log in. I also tried the command, "iox host exec "resetpw cisco" IR800-GOS-1" and get
Error: operation failed (at IOX Client): Script not found
The router has ir800-universalk9-mz.SPA.156-3.M installed
10-10-2017 09:39 PM
Hi,
You need a console cable. The nice thing about it is that it supports mini usb.
After connected, you can use the command setup to.guide you through the wizard.
10-11-2017 01:05 AM
Hello,
I went through the user guide below, is this the one you are using ?
I assume you are connected to port GigabitEthernet 5 ?
Try and restart the Guest OS:
guest-os 1 start
Also, what is the output of:
show iox host list detail
10-11-2017 01:17 AM
I'm having the same problem too. I've installed the latest image (ir800-universalk9-bundle.SPA.157-3.M) and started sucessfully the guest os : I can ping the machine and access to the console, either using telnet on 2070 or ssh.
Thus, I'm prompted for a password on the console, with same results as Todd.
10-11-2017 05:59 AM - edited 10-11-2017 06:09 AM
I tried the config guide from your link which is actually slightly different than this link:
I'm fully connected to the 829 with the console cable and have been moving config files and tcl scripts to/from the device over GE0 so I'm reasonably comfortable with the configs.
My config includes:
interface GigabitEthernet5
ip address 10.1.2.1 255.255.255.0
duplex auto
speed auto
ipv6 address autoconfig
ipv6 enable
ip dhcp pool gospool
network 10.1.2.0 255.255.255.0
default-router 10.1.2.1
domain-name company.com
dns-server 10.1.1.1
lease 5
To uninstalled and reinstalled the GOS using this command:
guest-os 1 image install ir800-ioxvm-1.3.0-T.bin verify
I've done the other commands from that page too. I start the guest os and wait a few mintues. I see this on the console:
*Oct 11 12:58:12.411: %IR800_INSTALL-6-SUCCESS_GOS_OPERATION: Successfully performed START operation for GOS.
*Oct 11 12:59:19.133: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=6) in Cellular0 is now UP
*Oct 11 12:59:19.233: %CELLWAN-2-BEARER_UP: Instance id=0, Default bearer (bearer_id=6) in Cellular0 is now UP
*Oct 11 12:59:25.265: %LINK-3-UPDOWN: Interface Cellular0, changed state to up
*Oct 11 12:59:26.265: %LINEPROTO-5-UPDOWN: Line protocol on Interface Cellular0, changed state to up
*Oct 11 12:59:36.303: %IOX-6-SOCK_CONNECT: Received socket connection request from IOX Client
*Oct 11 12:59:38.317: %IOX-6-SOCK_MESSAGE: Received IOX_REQUEST message with opcode IOX_REQUEST_REGISTER from IOX Client
*Oct 11 12:59:39.321: %IOX-6-SOCK_MESSAGE: Received IOX_REQUEST message with opcode IOX_REQUEST_GET_TIME from IOX Client
then list the details:
IOX Server is running. Process ID: 326
Count of hosts registered: 1
Host registered:
===============
IOX Server Address: FE80::22A:10FF:FE49:AC6C; Port: 22222
Link Local Address of Host: FE80::1FF:FE90:8B05
IPV4 Address of Host: 10.1.2.2
IPV6 Address of Host: fe80::1ff:fe90:8b05
Client Version: 0.4
Session ID: 1
OS Nodename: IR829-JSEC2-GOS-1
Host Hardware Vendor: Cisco Systems, Inc.
Host Hardware Version: 1.0
Host Card Type: not implemented
Host OS Version: 1.3.2.3
OS status: RUNNING
Interface Hardware Vendor: None
Interface Hardware Version: None
Interface Card Type: None
Applications Registered:
=======================
Count of applications registered by this host: 0
Finally I telnet to the GE5 IP using port 2070:
Trying 10.1.2.1, 2070 ... Open
User Access Verification
Username:
What are the default credentials here??
10-12-2017 04:54 AM
OK, found the solution here :https://developer.cisco.com/site/iox/docs/#ir-800-series
Adding a username in the ios, which is then used for authentication by the guest-os.
// Enter the configure terminal mode
IR800#config t
Enter configuration commands, one per line. End with CNTL/Z.
// Add privilege level 15 for user: johndoe. "secret" means password - which is entered right after: !john^*!doe!123!
IR800(config)#username johndoe privilege 15 secret !john^*!doe!123!
then telnet the guest-os and authenticate with user johndoe.
This is new compared to previous version where user were only declared in the guest-os, unix style.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide