Client Node Configuration: Difference between revisions

From OCARC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:Alert | type = danger | message = An antenna MUST be connected to the radio at all times when it is powered on, Not having an antenna connected will result in damage to the radio!!! }}
{{Template:Alert | type = danger | message = An antenna MUST be connected to the radio at all times when it is powered on, Not having an antenna connected will result in damage to the radio!!! }}
{{Template:Alert | type = warning| message = These instructions are a work in progress and are unlikely to result in a working connection }}
1. Upgrade your modem to the latest version of RouterOS
TODO: More information about how to to this without and internet connection
2. Reset the modem configuration
<code style="margin-left: 20px">/system reset-configuration no-defaults=yes</code>
3. Assign a name to your modem so that if can be identified on the network<br>
<code style="margin-left: 20px">
/system identity
set name=VE7OGO
</code>
4. Secure your modem by assigning a password to the admin user account<br />
<code style="margin-left: 20px">
/user set admin password=<password>
/console clear-history
</code>

Revision as of 06:14, 30 June 2017

An antenna MUST be connected to the radio at all times when it is powered on, Not having an antenna connected will result in damage to the radio!!!
These instructions are a work in progress and are unlikely to result in a working connection

1. Upgrade your modem to the latest version of RouterOS

TODO: More information about how to to this without and internet connection

2. Reset the modem configuration

/system reset-configuration no-defaults=yes

3. Assign a name to your modem so that if can be identified on the network
/system identity set name=VE7OGO

4. Secure your modem by assigning a password to the admin user account
/user set admin password=<password> /console clear-history