Community discussions

MikroTik App

Search found 8 matches

by diba
Mon Nov 04, 2024 8:48 am
Forum: General
Topic: SOCKS bugs
Replies: 0
Views: 359

SOCKS bugs

Hello, I've noticed a couple of bugs in the current implementation of SOCKS server, up to version 7.17beta4 1. Connection is always terminated after <Connection Idle Timeout>, that is the timeout is not reset/updated when the data is passing through the SOCKS. For example, when transferring files ov...
by diba
Sat Feb 06, 2021 12:21 pm
Forum: Wireless Networking
Topic: DHCP lease over wireless bridge does not work for Ethernet clients [SOLVED]
Replies: 11
Views: 32041

Re: DHCP lease over wireless bridge does not work for Ethernet clients [SOLVED]

UPDATED: tested this more, and figured out that the hack is only needed when DHCP server and AP are a single MikroTik device in 802.11 or nstreme mode (in nv2 mode pseudobridge works as a proper bridge) Posting here because this thread is a top google result for " mikrotik pseudobridge dhcp &q...
by diba
Thu Jan 14, 2021 11:54 pm
Forum: Beginner Basics
Topic: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]
Replies: 11
Views: 7899

Re: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]

Right-click on list and look for "Show Columns" in menu.
Thank you, somehow I missed that! (it's ⏷ button in WinBox)

I guess the best solution at the moment is to schedule a task to execute this every few seconds:
/ip firewall nat move [find to-addresses=192.168.1.99]
by diba
Thu Jan 14, 2021 9:59 pm
Forum: Beginner Basics
Topic: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]
Replies: 11
Views: 7899

Re: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]

Sob 1) IMO understanding netfilter is much more complex and specific than general networking knowledge. If a person is not familiar with netfilter, port forwarding on RouterOS is actually harder than most other RouterOS stuff. Upgraded to v6.48 today, and found the Port Mapping button (it shows up ...
by diba
Wed Jan 13, 2021 11:48 pm
Forum: Beginner Basics
Topic: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]
Replies: 11
Views: 7899

Re: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]

It's unfortunate such a feature packed RouterOS is unable to do what a cheapest TP-Link can. I really hope MikroTik will simplify port forwarding in the future to a home router convenience level (a WinBox wizard or something), and implement this widespread "DMZ" feature. For me, port forwa...
by diba
Tue Jan 12, 2021 9:53 pm
Forum: Beginner Basics
Topic: Port forwarding and firewall improvements [SOLVED]
Replies: 13
Views: 2955

Re: Port forwarding and firewall improvements [SOLVED]

The simplest method to do port forwarding is this: /ip firewall nat add action=dst-nat chain=dstnat in-interface-list=WAN dst-port=2302 protocol=tcp to-addresses=192.168.88.101 add action=dst-nat chain=dstnat in-interface-list=WAN dst-port=2302 protocol=udp to-addresses=192.168.88.101 add action=dst...
by diba
Tue Jan 12, 2021 9:38 pm
Forum: Beginner Basics
Topic: Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]
Replies: 11
Views: 7899

Port Forwarding: proper way to do "DMZ" + UPnP? [SOLVED]

Hello, I want to forward all unmapped ports to a specific LAN IP (this function is called "DMZ" in home routers), for that I've added a NAT rule: /ip firewall nat add action=dst-nat chain=dstnat in-interface-list=WAN to-addresses=192.168.1.99 and it works. However, dynamic UPnP port forwar...
by diba
Tue Dec 10, 2019 11:28 pm
Forum: RouterBOARD hardware
Topic: hAP mini RB931-2nD r2 Powerline Feature
Replies: 1
Views: 4404

Re: hAP mini RB931-2nD r2 Powerline Feature

Google search brought me here, so I'll answer this to save everyone's time.

You have to buy MikroTik's special microUSB power adapter to use PWR-LINE functionality.