Changes

Jump to navigation Jump to search
Line 49: Line 49:  
*Once you successfully complete the above, power off (do not shut down) the VPS and then turn it back on to boot into MikroTik CHR.
 
*Once you successfully complete the above, power off (do not shut down) the VPS and then turn it back on to boot into MikroTik CHR.
    +
== Configuration ==
 
*Login to the MikroTik CHR via the terminal using admin for the username with no password
 
*Login to the MikroTik CHR via the terminal using admin for the username with no password
 
*Change the default admin password with:
 
*Change the default admin password with:
 
   /user set name=admin password=<new password>
 
   /user set name=admin password=<new password>
   −
== Configuration ==
+
'''If the IP address and Gateway were not properly set at installation:'''
 +
----
 
Set $ADDRESS and $GATEWAY first or replace them in the line below with the actual values.
 
Set $ADDRESS and $GATEWAY first or replace them in the line below with the actual values.
 
   echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] /ip route add gateway=$GATEWAY"
 
   echo "/ip address add address=$ADDRESS interface=[/interface ethernet find where name=ether1] /ip route add gateway=$GATEWAY"

Navigation menu