Difference between revisions of "MikroTik:Installation"
From VMPanel
(Created page with "MikroTik Installation<br> Download Mikrotik Template From : <br> http://www.mediafire.com/download/j86zlwwzpsvcr49/MikroTik-RouterOS-6.32.2.ova <br> Deploy Template On Your Se...") |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | MikroTik Installation<br> | + | MikroTik Installation<br><br> |
Download Mikrotik Template From : <br> | Download Mikrotik Template From : <br> | ||
− | + | https://github.com/vmpanel/Templates/raw/master/MikroTik-RouterOS-6.32.2.ova <br> | |
− | Deploy Template On Your Server And Start VPS <br> | + | Deploy Template On Your Server And Start VPS <br><br> |
− | MikroTik IP Setting : <br> | + | MikroTik IP Setting : <br><br> |
Login To Mikrotik OS Console : <br> | Login To Mikrotik OS Console : <br> | ||
Username : admin <br> | Username : admin <br> | ||
Line 9: | Line 9: | ||
Type This Command : <br> | Type This Command : <br> | ||
+ | |||
+ | ip address add address=IPADDRESS network=GATEWAYADDRESS netmask=NETMASK broadcast=NETMASK interface=eth<br> | ||
+ | |||
+ | Next ->Type This Command : <br> | ||
+ | |||
+ | ip route add gateway=GATEWAYADDRESS<br> | ||
+ | |||
+ | |||
+ | If Ip Address Need Mac ->Type This Command : <br> | ||
+ | |||
+ | interface ethernet set eth 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 |
Latest revision as of 16:27, 23 August 2023
MikroTik Installation
Download Mikrotik Template From :
https://github.com/vmpanel/Templates/raw/master/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 interface=eth
Next ->Type This Command :
ip route add gateway=GATEWAYADDRESS
If Ip Address Need Mac ->Type This Command :
interface ethernet set eth mac-address=IPMACADDRESS
IPADDRESS = IP Address For Mikrotik OS
GATEWAYADDRESS = IP Address Gateway
NETMASK = IP Address netmask
IPMACADDRESS = mac address of ip