Community discussions

MikroTik App

Search found 25 matches

by alex3025
Tue May 27, 2025 11:38 am
Forum: Beginner Basics
Topic: Single address DHCP (/30)
Replies: 4
Views: 905

Re: Single address DHCP (/30)

Ah si? Null'altro?
by alex3025
Tue May 27, 2025 11:04 am
Forum: Beginner Basics
Topic: Single address DHCP (/30)
Replies: 4
Views: 905

Single address DHCP (/30)

Hello, how can I create a DHCP server that lease out a single address?
I would use it for my P2P management port, where I would connect only a single machine (and want to avoid changing its address manually every time).

Thanks in advance.
by alex3025
Sun Feb 23, 2025 3:51 pm
Forum: MikroTik hardware questions
Topic: Connecting a 5V FAN to RB5009 usb port
Replies: 1
Views: 4253

Connecting a 5V FAN to RB5009 usb port

As I wrote in the title, I would like to connect a 5V fan to the USB 3.0 port of my RB5009 (non-poe) because that's would be the only way I have to power it easily.
Can it be done? Ofc the fan will not draw more than 5W (iirc USB 3.0 max wattage is 15W)
by alex3025
Tue Jan 28, 2025 10:43 pm
Forum: Beginner Basics
Topic: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain
Replies: 11
Views: 6763

Re: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain

Scripting is the only way to define the address lists automatically based on my existing vlans?
by alex3025
Tue Jan 28, 2025 7:49 pm
Forum: Beginner Basics
Topic: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain
Replies: 11
Views: 6763

Re: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain

add chain=dstnat action=dstnat src-address=serverSUBNET dst-address=serverSUBNET
What's should that do?
by alex3025
Tue Jan 28, 2025 6:12 pm
Forum: Beginner Basics
Topic: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain
Replies: 11
Views: 6763

Re: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain

It does make sense (in my opinion) to have this handled by DNS. All traffic doesn't have to pass the router that way.
And what about Wireguard traffic, having a domain like: wireguard.mydomain.com? It can be handled still from DNS?
by alex3025
Tue Jan 28, 2025 6:03 pm
Forum: Beginner Basics
Topic: Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain
Replies: 11
Views: 6763

Alternatives to Hairpin NAT/split DNS - reaching HTTP server from the same subnet using domain

Hello, after following the https://help.mikrotik.com/docs/spaces/RKB/pages/154042388/Port+forwarding guide, I'm able to access my HTTP server from the Internet using my domain. Now, when trying to access the HTTP server using the domain from the local network (same subnet of the HTTP server) I reach...
by alex3025
Mon Jan 27, 2025 8:20 pm
Forum: Beginner Basics
Topic: NAT/Port Forwarding behind Cloudflare proxy [SOLVED]
Replies: 1
Views: 11377

Re: NAT/Port Forwarding behind Cloudflare proxy [SOLVED]

I've removed the
public-ip
address list and set the
In. Interface List
to my WAN and now it seems to work!
by alex3025
Mon Jan 27, 2025 12:15 pm
Forum: Beginner Basics
Topic: NAT/Port Forwarding behind Cloudflare proxy [SOLVED]
Replies: 1
Views: 11377

NAT/Port Forwarding behind Cloudflare proxy [SOLVED]

Hello, I have the following NAT/Port Forwarding rules and everything works fine when Cloudflare resolves my domain to my public ip. If I route my traffic through Cloudflare proxies, so no more forwarding the traffic directly to my public ip but instead using Cloudflare IPs, I cannot longer reach my ...
by alex3025
Sun Nov 17, 2024 1:53 am
Forum: Beginner Basics
Topic: Difference between two Interface Lists
Replies: 19
Views: 5591

Re: Difference between two Interface Lists

Likewise when one uses PPPoE for WAN ... interface for WAN will be pppoe-out1 interface and not e.g. ether1. In this case it is sensible to add ether1 to WAN interface list ... but because it's used to access ISP's modem management interface. But has nothing to do with internet traffic. "off-t...
by alex3025
Sat Nov 16, 2024 4:59 pm
Forum: Beginner Basics
Topic: Difference between two Interface Lists
Replies: 19
Views: 5591

Re: Difference between two Interface Lists

Woah thanks, for the exaustive reply. So, the LAN interface list with the "main" bridge is useless because, due to the vlans, when using the firewall, it doesn't know what's going on inside with the vlan packets, right? I'm making a rule to block all the inter-vlan traffic, and I created t...
by alex3025
Sat Nov 16, 2024 3:37 pm
Forum: Beginner Basics
Topic: Difference between two Interface Lists
Replies: 19
Views: 5591

Re: Difference between two Interface Lists

You need to look through rest of the config to know how both of those lists are used in it. I wonder - did you mean to ask "what is the difference between the-bridge-itself interface and the vlan interfaces"? (Happy to answer but don't want to infodump if that's not what you want...) Sorr...
by alex3025
Sat Nov 16, 2024 12:13 pm
Forum: Beginner Basics
Topic: Difference between two Interface Lists
Replies: 19
Views: 5591

Difference between two Interface Lists

Hello, what's the difference between the following two interface lists (I want to use them in the firewall rules): Interface List with the only item added being the main bridge Interface List with all of the single VLAN interfaces The following picture explains better maybe: https://i.ibb.co/SyHk7pJ...
by alex3025
Wed Nov 13, 2024 10:30 pm
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

Re: How to firewall when behind ISP modem

Ok so, I've created the following rules. How do they look to you? Are they OK to secure my network? (and did some other stuff from the First Time Configuration docs ) /ip firewall filter add action=drop chain=input comment="drop <invalid> packets" connection-state=invalid log=yes log-prefi...
by alex3025
Wed Nov 13, 2024 4:16 pm
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

Re: How to firewall when behind ISP modem

Yes, so what ?
I got no problems with that setup.
Nothing, just wanted to confirm if I understood correctly :)
by alex3025
Wed Nov 13, 2024 3:46 pm
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

Re: How to firewall when behind ISP modem

I only allow ports which I need for my wireguard connections through ISP router, nothing else.
So you have a double-nat going on?
by alex3025
Wed Nov 13, 2024 1:52 pm
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

Re: How to firewall when behind ISP modem

deleted
by alex3025
Wed Nov 13, 2024 1:44 pm
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

Re: How to firewall when behind ISP modem

Why will you need BTH I need it to easily have a VPN to my home from my phone (with MT app), not PTP routers. I know how to setup a "normal" Wireguard server and so on but BTH seemed a good "integrated" feature, along with the Android app. Ref Firewall: what is the point of us g...
by alex3025
Wed Nov 13, 2024 12:38 pm
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

Re: How to firewall when behind ISP modem

I've started without the default configuration to know exactly what was going on under the hood and what I did with my hands :/
by alex3025
Wed Nov 13, 2024 11:39 am
Forum: Beginner Basics
Topic: How to firewall when behind ISP modem
Replies: 13
Views: 3168

How to firewall when behind ISP modem

Hello, I've just bought an RB5009 for my homelab to get better at my networking skills. I have started from ground up, so I'm not using the defconf of the MT. Currently I've set-up just a PPPoE client (my modem is in bridge mode) and a NAT rule to get internet access on the router and made some VLAN...
by alex3025
Tue Oct 15, 2024 6:57 pm
Forum: MikroTik hardware questions
Topic: New to MikroTik - Choosing between a RB4011 (WiFi), RB5009 + AP and a hAP AX3
Replies: 12
Views: 9973

Re: New to MikroTik - Choosing between a RB4011 (WiFi), RB5009 + AP and a hAP AX3

And how about the power consumption of the 5009? Is it a power hungry device even if I use a small set of features?
by alex3025
Tue Oct 15, 2024 6:48 pm
Forum: MikroTik hardware questions
Topic: New to MikroTik - Choosing between a RB4011 (WiFi), RB5009 + AP and a hAP AX3
Replies: 12
Views: 9973

Re: New to MikroTik - Choosing between a RB4011 (WiFi), RB5009 + AP and a hAP AX3

If you can pickup RB5009 for that price ? Always.
If not, should I fall-back to the AX3?
by alex3025
Tue Oct 15, 2024 5:06 pm
Forum: MikroTik hardware questions
Topic: New to MikroTik - Choosing between a RB4011 (WiFi), RB5009 + AP and a hAP AX3
Replies: 12
Views: 9973

New to MikroTik - Choosing between a RB4011 (WiFi), RB5009 + AP and a hAP AX3

Hello, I hope someone can help me as I'm burning out on this. I would like to to join the MikroTik world's to get better at my networking skills. I'm a pseudo-beginner, I know some basic concepts but I really would like to get hands dirty with something more complex and enhance my home network. The ...