Hello,
I have just installed MikrotikOS on one of my VMs. But U am not able to configure newtok on that. Also I am using a dedicated server from OVH, and installed ESXi on that.
For example :
If I want to configure a linux VPS on my server I have to do followings:
/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
NETMASK=255.255.255.255
IPADDR=IP Failover
GATEWAY=Dedicated Server IP but end in .254
ARP=yes
HWADDR=Your Virtual Mac Address
/etc/sysconfig/network-scripts/route-eth0
Dedicated Server IP but end in .254 dev eth0
default via Dedicated Server IP but end in .254 dev eth0
/etc/resolv.conf
nameserver 213.186.33.99
I do not have an problem on my Linux VMs, but I can not confgure it on Mikrotik.
What i have done is
ip address add address=FailOverIP netmask=255.255.255.255 interface=ether0
ip route add gateway=xx.xx.xx.254
but still have no access to the network.
Could anybody help me?