Community discussions

MikroTik App

Search found 11 matches

by Kobold81
Mon May 05, 2025 8:45 pm
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1795

Re: Firewall question

@anav, as rude and irrelevant tantrums as ever ;-) I have seen your bad attitude again and again, so it is quite fun to experience you trolling my request with your rather childish behavior :-) For the other souls that stumble upon this thread, better block the Service ports with own rules. If you u...
by Kobold81
Mon May 05, 2025 7:50 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1795

Re: Firewall question

Www for mikrotik gui
Yes, I could block more internally, but that would create unesseccary complexity for my Family in case of emergency
by Kobold81
Mon May 05, 2025 1:19 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1795

Re: Firewall question

Yes, I had that Rule because I thought that too, but the portscan showed something different.
I have now explicitly closed the ports and the portscan now reports them as closed.

I know it sounds strange but test it yourself.

-> I will post a screenshot of my rules as soon as i can
by Kobold81
Mon May 05, 2025 1:06 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1795

Re: Firewall question

I ran the portscans externally :-) There were no explicit drop/reject rules in the defcon rules at the beginning, so I created a drop all rule at the end of Input chain. But even with this, the ports appeared reachable from the outside… Your last sentence would mean that the ip Services create hidde...
by Kobold81
Mon May 05, 2025 12:42 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1795

Firewall question

Hi, I enabled www services only from my internal ip ranges, same goes for ssh and ftp. I added a drop all Not from lan rule as the last Input rule. There are no rules that accept connections from wan to these ports. When I browse to Port 80 from external, no webpage is displayed. But: I ran a portsc...
by Kobold81
Tue Dec 03, 2024 4:26 pm
Forum: Wireless Networking
Topic: How to access camera behind access point
Replies: 2
Views: 4268

Re: How to access camera behind access point

internet ---> hex ----> accesspoint wifi ---> (wlan1 mAP---> mAP with masquerade ---> network behind the mAP) eth1, eth2, wlan2 ----> ip camera etc. It was easier than I though and I write it down here in case another person finds it useful. Disclaimer: I know the experts will fuss about this or tha...
by Kobold81
Wed Nov 27, 2024 12:42 pm
Forum: Wireless Networking
Topic: How to access camera behind access point
Replies: 2
Views: 4268

How to access camera behind access point

Hello, I would like to make a ip camera accessible by wifi, so I hooked it up to a mikrotik map and told the map to connect to my wifi. In my simple mind, on the mikrotik map, I just had to add the wlan1 to the bridge with both ether1 and ether2 and the camera would get an ip from the dhcp server on...
by Kobold81
Tue Oct 08, 2024 3:04 pm
Forum: Wireless Networking
Topic: @wlan1: lost connection, unicast key exchange timeout
Replies: 0
Views: 5566

@wlan1: lost connection, unicast key exchange timeout

Hello, I have found many long posts about what can cause "@wlan1: lost connection, unicast key exchange timeout" but no definitive solution. Possible solutions were setting encryption to TKIP, checking if the password für the wifi is correct, avoiding special characters in the password. My...
by Kobold81
Sat Dec 30, 2023 2:45 pm
Forum: Scripting
Topic: DynDNS Script from Mikrotik Wiki (correction)
Replies: 33
Views: 46014

Re: DynDNS Script from Mikrotik Wiki (correction)

Your statement is correct, but the cli command does not return any address. If it would return multiple, I could select the correct one (in this use case that would be strange) . But it returns nothing for any interface. It did work until 7.12

So the questions is: what is the solution....
by Kobold81
Fri Dec 29, 2023 8:46 pm
Forum: Scripting
Topic: DynDNS Script from Mikrotik Wiki (correction)
Replies: 33
Views: 46014

Re: DynDNS Script from Mikrotik Wiki (correction)

I face the same problem, thought that was my misonfiguration.

[/ip address get [find where interface=$theinterface] value-name=address] does also not show my current ip.
by Kobold81
Sun May 22, 2022 9:41 pm
Forum: Useful user articles
Topic: DNS over https (DOH) with quad9
Replies: 12
Views: 36146

DNS over https (DOH) with quad9

Hello, I unsuccessfully searched the mikrotik forum for a straight-to-the-objective how-to for this, but could not find one. Luckily, Quad9 created one: Link to the article from the original author: "Zachary" from quad9 https://support.quad9.net/hc/en-us/articles/4616420178061-Setup-MikroT...