Line 13: | Line 13: | ||
Login to the device. The default or initial Username and Password for login are '''ladmin''' and '''1111''' respectively. And then, change the default password to another to access the [[Command Line Interface (CLI, LYSH) | imRAD CLI]](i.e. "LYSH"). | Login to the device. The default or initial Username and Password for login are '''ladmin''' and '''1111''' respectively. And then, change the default password to another to access the [[Command Line Interface (CLI, LYSH) | imRAD CLI]](i.e. "LYSH"). | ||
− | After accessing the CLI, you have to set an IP address on the device. Please refer to the [[CLI - Networking]] section to know how to configure an IP address. | + | After accessing the CLI, you have to set an IP address on the device. Please refer to the [[CLI - Networking]] section to know how to configure an IP address. Following is a simple example. |
<pre> | <pre> | ||
− | LYSH@MyHostName# configure | + | LYSH@MyHostName# configure // Enters configuration mode. |
− | configure# ip add eth0 192.168.0.3/24 192.168.0.1 // Configures an IPv4 address, subnet, and gateway.(i.e. 192.168.0.1) | + | configure# ip add eth0 192.168.0.3/24 192.168.0.1 // Configures an IPv4 address, subnet, and gateway.(i.e. 192.168.0.1) |
</pre> | </pre> | ||
Line 22: | Line 22: | ||
<pre> | <pre> | ||
LYSH@MyHostName# configure | LYSH@MyHostName# configure | ||
− | configure# nameserver add eth0 8.8.8.8 | + | configure# nameserver add eth0 8.8.8.8 // add a nameserver, 8.8.8.8, into the eth0 interface. |
configure# hostname set NewHostName | configure# hostname set NewHostName | ||
</pre> | </pre> |
Revision as of 10:05, 17 May 2021
This section describes a brief tutorial on how to install, access, and configure the imRAD device.
However, you have to read the imRAD wiki for more details.
Step 1
Step 2
Step 3
Step 4
Login to the device. The default or initial Username and Password for login are ladmin and 1111 respectively. And then, change the default password to another to access the imRAD CLI(i.e. "LYSH").
After accessing the CLI, you have to set an IP address on the device. Please refer to the CLI - Networking section to know how to configure an IP address. Following is a simple example.
LYSH@MyHostName# configure // Enters configuration mode. configure# ip add eth0 192.168.0.3/24 192.168.0.1 // Configures an IPv4 address, subnet, and gateway.(i.e. 192.168.0.1)
You can also configure nameserver and hostname on a device
LYSH@MyHostName# configure configure# nameserver add eth0 8.8.8.8 // add a nameserver, 8.8.8.8, into the eth0 interface. configure# hostname set NewHostNameFor more commands, Please refer to the Command Line Interface (CLI, LYSH) section.
Step 5
Step 6
After configuring the RADIUS, you may leave out configuring the DHCP if you have already DHCP servers and want to use the existing servers.