Skip to content

Commit cf58877

Browse files
authored
Merge pull request nycmeshnet#107 from rohansingh/patch-1
config: Update Omnitik config filenames
2 parents 4e8f4bb + 53015f0 commit cf58877

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/hardware/config.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -105,24 +105,24 @@ Refresh your browser to reenter the GUI. If the firmware update was successful,
105105

106106
**4. Upload Configuration**
107107

108-
1. If you are using a Mac or Linux operating system, go into Terminal, navigate to the folder where you’ve saved the config and enter the following command, replacing “rooftop-ospf-####.rsc” with your file’s name.
108+
1. If you are using a Mac or Linux operating system, go into Terminal, navigate to the folder where you’ve saved the config and enter the following command:
109109

110110
```
111-
scp -o StrictHostKeyChecking=no rooftop-ospf-####.rsc [email protected]:flash/
111+
scp -o StrictHostKeyChecking=no rooftop-ospf.rsc [email protected]:flash/
112112
```
113113

114-
2. If you are using a Windows operating system, go into Command Prompt, navigate to the folder where you’ve saved the config and enter the following command, replacing “rooftop-ospf-####.rsc” with your file’s name. You must download pscp.exe from [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) (64-bit or 32-bit) to the same folder then run:
114+
2. If you are using a Windows operating system, go into Command Prompt, navigate to the folder where you’ve saved the config and enter the following command. You must download pscp.exe from [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) (64-bit or 32-bit) to the same folder then run:
115115

116116
```
117-
pscp -scp rooftop-ospf-####.rsc [email protected]:flash/
117+
pscp -scp rooftop-ospf.rsc [email protected]:flash/
118118
```
119119

120120
3. If asked “Dangerous Reset anyway?” type in Y and return/enter.
121121
4. Reopen the Mikrotik GUI in your web browser and navigate back to “Files” as described in section 3 above. You should see the config file you just uploaded.
122122
5. Click “System” in the left side menu.
123123
6. Click “Reset Configuration” in the left side menu dropdown. Select:
124124
* No Default Configuration
125-
* Run After Reset: flash/nycmesh-omni-####.rsc (click the popup on the right to select this)
125+
* Run After Reset: flash/rooftop-ospf.rsc (click the popup on the right to select this)
126126
7. Click "Reset Configuration"
127127
8. The Omnitik will now reboot. If it plays some beeps, ending with a short tune [Kernkraft 400](https://www.youtube.com/watch?v=gbcG2TI4GBk), the configuration was a success!
128128
9. Port 1 is now a LAN port but still POE IN. Ports 1, 2, 3 and 4 can be used as LAN ports to run cables down to apartments.

0 commit comments

Comments
 (0)