Hello forum
I have encountered a strange problem which is beyond my knowledge any more.
I am setting up a router in the basic configuration with static IP (This tets router is behind another Mikrotik router which has only wan from ISP ) and trying to ping 8.8.8.8 without any success. (having pinout) If I ping addresses in my local network which are pingable they can be pinged. Of course, no system connected to the router get to the internet. I cannot ping the gateway 192.168.200.1 on static setup.
Then I am just going to set up a DHCP client or use the quick setup after resetting the router and since its dynamic, with exactly the same settings the router works ok.
I am attaching the two exports. Do you encounter similar problems with the latest versions of firmware?
I am attaching the two setups side by side.
I am very positive that this worked in the past firmware. Book1.pdf (55.2 KB)
By reading your configuration i can’t find something wrong.
Although some parts are missing, dynamic routes for example..anyways…
Your address, 192.168.200.9, are you sure it’s not reserved by another device?
One thing is sure, since you don’t have internet when you set things manually then there is something wrong…
This field seesmto be created on the dynamic setup which I don’t cerate during the static setup
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
Too all people in the forum
Please check this scenario if possible.
Start your Mikrotik in an automatic setup. This will make the router work in automatic DHCP client and will work perfectly.
Then go to the Quick Set and change the setup in the internet section from Automatic to static and select the IP that was set by the automatic setup before.
When I do so the ping to 8.8.8.8 gives a timeout. Setting up to the automatic again the ping starts to work out again.
Hello all
I wish to thank you very much for your answers.
First of all, I wish to inform you that I manage to find out the problem. As my router was behind another Mikrotik router in my office and ARP was enabled in my main router by mistake the main router was not enabling the static IP addresses for any equipment unless they were states on the ARP table.
O good example for ARP table application !!!
But it messed me up for a few days.
After adding the MAC of my tets router to the table or remove ARP teh static basic setup was working perfect as it should.
Thank again for you answers
Your main router had bridge arp set to reply only and there was enabled the add arp for leases on your dhcp server.. so you had internet when used a dhcp client because your main router added an arp entry on its table for your client..
However when you entered a static IP no arp entry was created…