Difference between revisions of "MikroTik:Installation"
From VMPanel
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
MikroTik Installation<br><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><br> | Deploy Template On Your Server And Start VPS <br><br> | ||
MikroTik IP Setting : <br><br> | MikroTik IP Setting : <br><br> | ||
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 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