Problem in Networking of My server.

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?

hi
Are you Find solution for mikrotik On OVH Servers ?!
If yes
write Solution here too for us Please

Thanks

Have you solved this problem?
Can you help me?
I’ve the same problem with XEN Server in OVH
My Version of RouterOS in 5.14
Thnx
Fabio

Got the exact same problem over here, round about two years later. Accordingly to this guide the settings should be all correct and all the other linux based VMs are working as expected, not so RouterOS. :confused:

Edit: No luck on OVH forums either…

Try to configure this way:

add address=178.XX.XX.XX/32 comment=“IP WAN” interface=ether1 network=178.XX.XX.254

(note that you’re setting the “network” as .254)

Thus, you can add the default gateway .254 , for all the 0.0.0.0/0 with no problems, and no ARP advises from OVH / soyoustart.com

Cheers!