Difference between revisions of "MikroTik:Installation"

From VMPanel
Jump to: navigation, search
Line 10: Line 10:
 
Type This Command : <br>
 
Type This Command : <br>
  
  ip address add address=IPADDRESS network=GATEWAYADDRESS netmask=NETMASK broadcast=NETMASK <br>
+
  ip address add address=IPADDRESS network=GATEWAYADDRESS netmask=NETMASK broadcast=NETMASK<br>
 +
 
 +
Next ->Type This Command : <br>
 +
 
 +
ip route add gateway=GATEWAYADDRESS<br>
 +
 
 +
 
 +
Next ->Type This Command : <br>
 +
 
 +
interface ethernet set ether1 mac-address=IPMACADDRESS<br>
 +
 
 +
IPADDRESS = IP Address For Mikrotik OS<br>
 +
GATEWAYADDRESS = IP Address Gateway<br>
 +
NETMASK = IP Address netmask<br>
 +
IPMACADDRESS = mac address of ip

Revision as of 10:04, 7 August 2016

MikroTik Installation

Download Mikrotik Template From :
http://www.mediafire.com/download/j86zlwwzpsvcr49/MikroTik-RouterOS-6.32.2.ova
Deploy Template On Your Server And Start VPS

MikroTik IP Setting :

Login To Mikrotik OS Console :
Username : admin
Without Password

Type This Command :

ip address add address=IPADDRESS network=GATEWAYADDRESS netmask=NETMASK broadcast=NETMASK

Next ->Type This Command :

ip route add gateway=GATEWAYADDRESS


Next ->Type This Command :

interface ethernet set ether1 mac-address=IPMACADDRESS

IPADDRESS = IP Address For Mikrotik OS
GATEWAYADDRESS = IP Address Gateway
NETMASK = IP Address netmask
IPMACADDRESS = mac address of ip