Community discussions

MikroTik App

Search found 12 matches

by HairyOne
Tue Jun 05, 2018 9:59 am
Forum: General
Topic: IP Pool management / block local IP's?
Replies: 3
Views: 996

Re: IP Pool management / block local IP's?

Well, static ARP entries will allow you to see which addresses are used.
IP>ARP
by HairyOne
Mon Jun 04, 2018 3:09 pm
Forum: General
Topic: IP Pool management / block local IP's?
Replies: 3
Views: 996

Re: IP Pool management / block local IP's?

Hi! If you are using DHCP server for that customer facing interface, then I would suggest the following: 1) add in DHCP server configuration "add arp for leases"; 2) change ARP on customer facing interface from enabled to disabled; It will prevent ARP entries not added by either DHCP serve...
by HairyOne
Mon Jun 04, 2018 1:27 pm
Forum: General
Topic: Two mikrotik NAT to NAT
Replies: 15
Views: 3182

Re: Two mikrotik NAT to NAT

Thanks but I want both subnets (4.x and 1.x) see each other and at the same time the users of 1.x use the gateway 4.1. Please, advise. BR I'm sorry but that doesn't really make sense, because that contradicts the request for the networks to not be natted. You currently have 4.4 set as default gatew...
by HairyOne
Mon Jun 04, 2018 1:07 pm
Forum: General
Topic: Bandwith Limits
Replies: 3
Views: 889

Re: Bandwith Limits

Hi, you should consider using simple queue.
Add target as your webserver internal IP, destination as your WAN interface.
Set MAX limit on download\upload as you need.
/queue simple
add dst=WAN_eth1 max-limit=20M/20M name=limit_lan target=192.168.0.5/32
by HairyOne
Mon Jun 04, 2018 12:31 pm
Forum: General
Topic: Hotspot redirection after login
Replies: 2
Views: 1678

Re: Hotspot redirection after login

Hi! I would say, that bummer. Even making sure hotspot listens on both http and https ports would not help you much. We've abandoned attempts to solve that issue because of the idea behind https. To present you with a login page, hotspot redirects traffic to its own webserver. Whenever that happens ...
by HairyOne
Mon Jun 04, 2018 12:11 pm
Forum: General
Topic: Cannot Access VPN from Outside
Replies: 4
Views: 2238

Re: Cannot Access VPN from Outside

Hi! Either you've got a too many of things wrong or did not specify them in the description, I kindly suggest to read basic installation manual. For starters: 1) what are NAT rules for HQ router modem? 2) Did you add anything else to SRC NAT in HQ mikrotik? 3) What kind of VPN is being used? P.s. I ...
by HairyOne
Fri May 25, 2018 3:48 pm
Forum: General
Topic: DST NAT return from same IP
Replies: 10
Views: 4323

Re: DST NAT return from same IP

Hi, I need a little help. I have a Mikrotik CCR router with interface that has several public IP's. I also have DST-NAT rules (port forward) where i use public IP's and port forward (DST-NAT) external ports to internal server. I need to achieve that a return packet is sent with SRC IP = public IP t...
by HairyOne
Fri May 25, 2018 10:25 am
Forum: General
Topic: Weird NAT issue on v6.42.1
Replies: 8
Views: 1526

Re: Weird NAT issue on v6.42.1

Hi Hairyone, just trying to follow the thread, is the wan setup as follows. Block of IPs from provider given to you. USING 172.168.1.1 as the one assigned to the mikrotik (for the purposes of a private LAN behind and administration) (many to one NAT) Using 172.168.1.2 - 172.168.1.4 as 3 public IP a...
by HairyOne
Fri May 25, 2018 10:17 am
Forum: General
Topic: Weird NAT issue on v6.42.1
Replies: 8
Views: 1526

Re: Weird NAT issue on v6.42.1

This redirect makes me think that router somehow considers 10.0.1.4 and 10.0.0.147 to be part of same subnet? Are router's addresses set with correct netmask? It seems like /24 was the correct one. Exactly - both networks are on same physical interface, but on separate subnets. Netmasks are /24 for...
by HairyOne
Thu May 24, 2018 4:31 pm
Forum: General
Topic: Weird NAT issue on v6.42.1
Replies: 8
Views: 1526

Re: Weird NAT issue on v6.42.1

You can make interface lists LAN and WAN, put the appropriate interfaces in them, and use interface lists for input and output. In fact when you have setup the router under a recent version those interface lists are already there. When you have started in the past on an old version and upgraded it ...
by HairyOne
Thu May 24, 2018 1:58 pm
Forum: General
Topic: Weird NAT issue on v6.42.1
Replies: 8
Views: 1526

Re: Weird NAT issue on v6.42.1

You better assign input and output interfaces in rules. That will require to create multiple rules - one for in interface LAN, one for in interface WAN, another for possible IPIP interfaces. By omitting interface, and leaving only DST\SRC address, I can have one rule for any interface that comes in...
by HairyOne
Thu May 24, 2018 11:25 am
Forum: General
Topic: Weird NAT issue on v6.42.1
Replies: 8
Views: 1526

Weird NAT issue on v6.42.1

Good day people! Maybe someone had encountered weird SRC/DST NAT issue on 6.42.1 (upgrade), here are the details: Two network on LAN: 10.0.0.0/24 - workstations with IPs 10.0.0.2 and 10.0.0.3 (Mikrotik is on 10.0.0.1) 10.0.1.0/24 - DMZ servers with IPs 10.0.1.2, 10.0.1.3, 10.0.1.4 (Mikrotik is on 10...