Client Node Configuration: Difference between revisions

From OCARC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
2. Reset the modem configuration
2. Reset the modem configuration


<code style="margin-left: 20px">/system reset-configuration no-defaults=yes</code>
<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


3. Assign a name to your modem so that if can be identified on the network<br>
<code style="margin-left: 20px">
<code style="margin-left: 20px">
/system identity
/system identity
Line 15: Line 18:
</code>
</code>


4. Secure your modem by assigning a password to the admin user account<br />
4. Secure your modem by assigning a password to the admin user account
 
<code style="margin-left: 20px">
<code style="margin-left: 20px">
/user set admin password=<password>
/user set admin password=<password>
/console clear-history
/console clear-history
</code>
</code>
5. Add additional user accounts to support monitoring and remote configuration
<code style="margin-left: 20px">
/user
add group=full name=va7dig password=<password>
add group=read name=monitoring password=<password>
/console clear-history
</code>
6. Install Keys for Remote Access
TODO: Instructions
7. Enabled Recovery Mode (NetInstall)
<code style="margin-left: 20px">
/system routerboard settings set boot-device=try-ethernet-once-then-nand
</code>
8. Remote Logging
We do not currently have remote logging
9. SNMP Monitoring
<code style="margin-left: 20px">
/snmp set enabled=yes contact="#HamWAN on irc.freenode.org"
/snmp community set name=hamwan addresses=44.135.216.0/23 read-access=yes write-access=no numbers=0
</code>
15. Disable Internal DNS Server
<code style="margin-left: 20px">
/ip dns
set allow-remote-requests=no
</code>
16. Configure the modem to use HamWAN Sector Channels
<code style="margin-left: 20px">
/interface wireless channels
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)"        frequency=5920 list=HamWAN name=Sector1-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-5 width=5
add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)"        frequency=5920 list=HamWAN name=Sector1-10 width=10
add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-10 width=10
add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-10 width=10
</code>
17. Configure the modem to identify using your callsign
<code style="margin-left: 20px">
/interface wireless
set 0 radio-name="<CALLSIGN>" # For example, set 0 radio-name="AE7SJ/Monroe-Paine"
</code>
18. Configure your modems location. This allows it to show on our map
<code style="margin-left: 20px">
/snmp set location=LAT,LON
</code>
Replace LAT and LON with your coordinates in decimal

Revision as of 06:24, 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

5. Add additional user accounts to support monitoring and remote configuration /user add group=full name=va7dig password=<password> add group=read name=monitoring password=<password> /console clear-history

6. Install Keys for Remote Access TODO: Instructions 7. Enabled Recovery Mode (NetInstall)

/system routerboard settings set boot-device=try-ethernet-once-then-nand

8. Remote Logging We do not currently have remote logging

9. SNMP Monitoring

/snmp set enabled=yes contact="#HamWAN on irc.freenode.org" /snmp community set name=hamwan addresses=44.135.216.0/23 read-access=yes write-access=no numbers=0


15. Disable Internal DNS Server

/ip dns set allow-remote-requests=no


16. Configure the modem to use HamWAN Sector Channels

/interface wireless channels add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" frequency=5920 list=HamWAN name=Sector1-5 width=5 add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-5 width=5 add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-5 width=5 add band=5ghz-onlyn comment="Cell sites radiate this at 0 degrees (north)" frequency=5920 list=HamWAN name=Sector1-10 width=10 add band=5ghz-onlyn comment="Cell sites radiate this at 120 degrees (south-east)" frequency=5900 list=HamWAN name=Sector2-10 width=10 add band=5ghz-onlyn comment="Cell sites radiate this at 240 degrees (south-west)" frequency=5880 list=HamWAN name=Sector3-10 width=10

17. Configure the modem to identify using your callsign

/interface wireless set 0 radio-name="<CALLSIGN>" # For example, set 0 radio-name="AE7SJ/Monroe-Paine"

18. Configure your modems location. This allows it to show on our map /snmp set location=LAT,LON Replace LAT and LON with your coordinates in decimal