Hello. I just updated my router to the new RouterOS version 3.22 and so now there is this new feature called TFTP in the changelog. So now in the logs there are couple records a day saying: tftp info | starting tftp server... Since I don't use this service, I would prefer it not starting at all. So,...
You can't disable it, if using NAT. Why would you want to do that?
Connection tracking is essential to NAT. If you send a request to some site, how would then the router know where to send it's reply, if there is no tracking?
First, you never write http:// in nslookup. If this is just a phpBB forum's feature, then sorry. Is your router's address 192.168.30.254? And what is 10.0.0.254? What is between them? If you want to get rid of that "*** Can't find server name for address 192.168.30.254: Non-existent domain...&q...
But it is not a good idea because EVERY request will go through both routers (of course if not cached). It would be fine, if static entries change a lot, then you have to change only in router1, not both.
Anyway, gregclemmons asked just how to copy.
If you specify out-interface for your src-nat rule and if you also have dst-nat rules to your internal network, they might not work correctly if used from internal network. Because then your request does not go through out-interface and is not src-natted as it should. That's why in my case I prefer ...
Hello. I don't know if webmasters of http://www.mikrotik.com read this forum, but there is a problem in the documentation in http://www.mikrotik.com/testdocs/ros/3.0/ When I try to open any link ir "Remote Administration" section, for example http://www.mikrotik.com/testdocs/ros/3.0/admin/...
Hi again! I finally have found a solution to my problem discussed above. I had 2 NAT rules, but the second did not work from the internal network. I just took out the bolded part and it seems to work now. 0 chain=srcnat action=masquerade out-interface=External src-address=192.168.0.0/24 1 chain=dstn...
Yes, I have a single IP address and my internal network is masqed behind it. It seems that nothing works for me :( Anyway, it is acctually not very important for me right now to access my webserver from internal network, so I'll just leave it as it is. Just wanted to figure out what I do wrong, beca...
Thank you for your reply. I have a DNS server on the same machine where the webserver, but DNS works fine also from internal network, since the DNS query goes through the ISP's server and then comes back. I did what you said, now the rules look like this 0 chain=srcnat action=masquerade out-interfac...
Hello. I have the same problem mentioned above, but none of the solutions seem to work. I have two interfaces on the router - Internal and External, and there is a webserver on the internal network. [admin@MikroTik] ip firewall nat> print 0 chain=srcnat action=masquerade out-interface=External 1 cha...