I'm very new to Mikrotik and recently I have purchased a dedicated server and I'm trying to run a VM with RouterOS .
The issue I'm facing is that when assigning an IP address to Mikrotik , I can't ping 8.8.8.8 and I get no routes to host .
Here is what the data center has provided me :
IP address I'm trying to set on Mikrotik : 185.X.X.65
Gateway : 172.27.7.229
Netmask : 255.255.255.252
Here are the commands I entered to get the job done :
Code: Select all
ip address add address=185.X.X.65 netmask=255.255.255.252 network=172.27.7.229 interface=ether1
Code: Select all
ip route add gateway=172.27.7.229
Can you please help me get it working ?
Regards ,