Community discussions

MikroTik App

Search found 8 matches

by kspr
Wed Apr 02, 2025 7:50 pm
Forum: Wireless Networking
Topic: Guest Network: VLAN vs. Bridge
Replies: 10
Views: 2626

Re: Guest Network: VLAN vs. Bridge

Thank you for your answers. I think I'll leave it as it is for now and set up VLANs in the future. Bridge works at OSI layer 2 (MAC addresses), IP firewall works at layers 3 and above (IP addresses, TCP/UDP ports and so on). Yes exactly, bridge operates at Layer 2 of the OSI model and that filters s...
by kspr
Mon Mar 31, 2025 9:05 pm
Forum: Wireless Networking
Topic: Guest Network: VLAN vs. Bridge
Replies: 10
Views: 2626

Re: Guest Network: VLAN vs. Bridge

Thank you for information. I started preparing to create VLAN. I began by restoring the default settings on the router. Then, I noticed the third option :-) QuickSet -> GuestWirelessNetwork option. After using it, I saw that the following rules were added: /interface bridge filter add action=drop ch...
by kspr
Sun Mar 30, 2025 6:49 pm
Forum: Beginner Basics
Topic: Simple question about port forwarding
Replies: 1
Views: 739

Simple question about port forwarding

I defined port forwarding as below add action=dst-nat chain=dstnat comment=PS5-TCP dst-address-list=WAN dst-port=987,8572,9295-9308 protocol=tcp to-addresses=192.168.81.108 Does this configuration mean that whatever comes to port 987 will go to address 192.168.81.108 ALWAYS on port 987 and e.g. what...
by kspr
Mon Mar 24, 2025 8:03 pm
Forum: Forwarding Protocols
Topic: NAT and Switch on a Single Device
Replies: 5
Views: 2343

Re: NAT and Switch on a Single Device

Ignoring why you want to expose a device to the internet with an IP, instead of opening only the necessary ports via NAT, you have not explained how the provider delivers you internet and how they should deliver the second IP to you. Thank you for the response and for moderating this thread. For no...
by kspr
Tue Mar 18, 2025 7:50 am
Forum: Wireless Networking
Topic: Guest Network: VLAN vs. Bridge
Replies: 10
Views: 2626

Guest Network: VLAN vs. Bridge

I recently started changing the configuration of my hAP ax3 router . I have two bridges set up: one standard and the other created specifically for a Guest WiFi network. While browsing the internet, I found a post where someone mentioned that having more than one bridge on a MikroTik router is not r...
by kspr
Tue Mar 18, 2025 7:21 am
Forum: Forwarding Protocols
Topic: NAT and Switch on a Single Device
Replies: 5
Views: 2343

NAT and Switch on a Single Device

I recently discovered that I can get more than one IP address from my provider. Because of this, I wanted to expose one of my devices directly to the internet. What do I need to do on my hAP ax3 router (with the default configuration for simplicity) is to keep ports ether2, ether3, ether4 and WiFi b...
by kspr
Mon Mar 17, 2025 7:26 pm
Forum: General
Topic: WireGuard Issue After WAN Port Change (hAP ax3, RouterOS 7.17)
Replies: 5
Views: 2333

Re: WireGuard Issue After WAN Port Change (hAP ax3, RouterOS 7.17)

Without seeing full config, hard to tell. Some might have some guesses but it is a lot more efficient with config available. I couldn’t send the configuration because I wasn’t at home, and worst of all, it turned out that WireGuard on ether1 also stopped working, so I couldn’t access the router ext...
by kspr
Fri Mar 07, 2025 10:25 am
Forum: General
Topic: WireGuard Issue After WAN Port Change (hAP ax3, RouterOS 7.17)
Replies: 5
Views: 2333

WireGuard Issue After WAN Port Change (hAP ax3, RouterOS 7.17)

Hi, I have a hAP ax3 router with firmware version 7.17 and I'm experiencing an issue. The router was configured and working fine, including WireGuard , which was functioning perfectly. Recently, I decided to switch the WAN port from ether1 to ether5 to use the 2.5Gb port for local purposes. Unfortun...